emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114937: * lisp/helpers.el: New library for misc hel


From: Bozhidar Batsov
Subject: [Emacs-diffs] trunk r114937: * lisp/helpers.el: New library for misc helper functions.
Date: Mon, 04 Nov 2013 13:11:29 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114937
revision-id: address@hidden
parent: address@hidden
committer: Bozhidar Batsov <address@hidden>
branch nick: trunk
timestamp: Mon 2013-11-04 15:10:49 +0200
message:
  * 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.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-11-04 10:50:47 +0000
+++ b/lisp/ChangeLog    2013-11-04 13:10:49 +0000
@@ -1,3 +1,9 @@
+2013-11-04  Bozhidar Batsov  <address@hidden>
+
+       * 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  <address@hidden>
 
        * progmodes/ruby-mode.el (ruby-smie--forward-token)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]