aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBozhidar Batsov2013-11-04 17:34:42 +0200
committerBozhidar Batsov2013-11-04 17:34:42 +0200
commit7b530552e80abf7701aa6c965e30ff22528c42ab (patch)
treeea3e7700a98a68a39a560569f44927928441e459 /etc
parentb27cc9fc02ca67204df9261381e58dc206fbeeff (diff)
downloademacs-7b530552e80abf7701aa6c965e30ff22528c42ab.tar.gz
emacs-7b530552e80abf7701aa6c965e30ff22528c42ab.zip
* lisp/helpers.el: Actually commit the library code.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2e86ecbda6a..eb2b7136ccb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -742,6 +742,10 @@ frame.
742+++ 742+++
743** New macro with-eval-after-load. Like eval-after-load, but better behaved. 743** New macro with-eval-after-load. Like eval-after-load, but better behaved.
744 744
745** New library helpers.el for misc helper functions
746*** `hash-table-keys'
747*** `hash-table-values'
748
745** Obsoleted functions: 749** Obsoleted functions:
746*** `log10' 750*** `log10'
747*** `dont-compile' 751*** `dont-compile'