aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBozhidar Batsov2013-12-20 18:21:45 +0200
committerBozhidar Batsov2013-12-20 18:21:45 +0200
commit131e4695b2fc814c27e806860d9f4da8673ff505 (patch)
treedbc83f588acc65da2ac66e42281cb01cc1b74f32 /etc
parentf60bb26a56156735261ef2ff6d014b2f047e3319 (diff)
downloademacs-131e4695b2fc814c27e806860d9f4da8673ff505.tar.gz
emacs-131e4695b2fc814c27e806860d9f4da8673ff505.zip
* lisp/emacs-lisp/subr-x.el: Renamed from helpers.el.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ff3741f4e20..49ad61d9fdb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -875,7 +875,7 @@ frame.
875+++ 875+++
876** New macro with-eval-after-load. Like eval-after-load, but better behaved. 876** New macro with-eval-after-load. Like eval-after-load, but better behaved.
877 877
878** New library helpers.el for misc helper functions 878** New library subr-x.el for misc helper functions
879*** `hash-table-keys' 879*** `hash-table-keys'
880*** `hash-table-values' 880*** `hash-table-values'
881*** `string-blank-p` 881*** `string-blank-p`