From d8c4f18a213a29a61c3a16e44261a3912acf1ca2 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Mon, 4 Nov 2013 15:10:49 +0200 Subject: [PATCH] * 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. --- lisp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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) -- 2.39.2