aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorArtur Malabarba2014-12-15 20:54:44 -0200
committerArtur Malabarba2014-12-15 20:54:44 -0200
commit255132f6f48e3fd52d5d5ece61653dc603242353 (patch)
treebf57400615e9ec3724e31ab12b117d003b3885f2 /etc
parent07e47aad41e6d350b13531bf8a5eebd042f34794 (diff)
downloademacs-255132f6f48e3fd52d5d5ece61653dc603242353.tar.gz
emacs-255132f6f48e3fd52d5d5ece61653dc603242353.zip
etc/NEWS: Mention `let-alist.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS4
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 0a06cbd5c70..10ebff117da 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12014-12-15 Artur Malabarba <bruce.connor.am@gmail.com>
2
3 * NEWS: Mention `let-alist.
4
12014-12-14 Alan Mackenzie <acm@muc.de> 52014-12-14 Alan Mackenzie <acm@muc.de>
2 6
3 * NEWS: Add entry for fast-but-imprecise-scrolling. 7 * NEWS: Add entry for fast-but-imprecise-scrolling.
diff --git a/etc/NEWS b/etc/NEWS
index 6b1a4e3627d..ca3294a2b3a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -423,6 +423,10 @@ helper functions) obsolete.
423* New Modes and Packages in Emacs 25.1 423* New Modes and Packages in Emacs 25.1
424 424
425** scss-mode (a minor variant of css-mode) 425** scss-mode (a minor variant of css-mode)
426
427** let-alist is a new macro (and a package) that allows one to easily
428let-bind the values stored in an alist.
429
426 430
427* Incompatible Lisp Changes in Emacs 25.1 431* Incompatible Lisp Changes in Emacs 25.1
428 432