From: Bozhidar Batsov Date: Mon, 4 Nov 2013 13:10:49 +0000 (+0200) Subject: * lisp/helpers.el: New library for misc helper functions. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~994 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d8c4f18a213a29a61c3a16e44261a3912acf1ca2;p=emacs.git * lisp/helpers.el: New library for misc helper functions. (hash-table-keys): New function returning a list of hash keys. (hash-table-values): New function returning a list of hash values. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4c2c4cd5e07..ded64a543a0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2013-11-04 Bozhidar Batsov + + * helpers.el: New library for misc helper functions. + (hash-table-keys): New function returning a list of hash keys. + (hash-table-values): New function returning a list of hash values. + 2013-11-04 Dmitry Gutov * progmodes/ruby-mode.el (ruby-smie--forward-token)