]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/helpers.el: New library for misc helper functions.
authorBozhidar Batsov <bozhidar@batsov.com>
Mon, 4 Nov 2013 13:10:49 +0000 (15:10 +0200)
committerBozhidar Batsov <bozhidar@batsov.com>
Mon, 4 Nov 2013 13:10:49 +0000 (15:10 +0200)
(hash-table-keys): New function returning a list of hash keys.
(hash-table-values): New function returning a list of hash values.

lisp/ChangeLog

index 4c2c4cd5e07c4a368e015e7a64721e67b6c0082f..ded64a543a0b262c4900e03306cabd8fdd682791 100644 (file)
@@ -1,3 +1,9 @@
+2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
+
+       * 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  <dgutov@yandex.ru>
 
        * progmodes/ruby-mode.el (ruby-smie--forward-token)