aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorArtur Malabarba2014-12-19 18:25:06 -0200
committerArtur Malabarba2014-12-19 18:30:26 -0200
commitf447d33fdb082ce8e5d336be6034df24339b4c45 (patch)
tree7ad100c335eb0e84024c0aab266f674e2078ff47 /lisp/ChangeLog
parent948fa912de164a1374c87e9206cddca741b7fa33 (diff)
downloademacs-f447d33fdb082ce8e5d336be6034df24339b4c45.tar.gz
emacs-f447d33fdb082ce8e5d336be6034df24339b4c45.zip
* let-alist.el (let-alist): Enable access to deeper alists
Acces them by using extra dots inside the dotted symbols.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 12530a997ba..b658cc1d0fa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12014-12-19 Artur Malabarba <bruce.connor.am@gmail.com>
2
3 * let-alist.el (let-alist): Enable access to deeper alists by
4 using dots inside the dotted symbols.
5
12014-12-19 Alan Mackenzie <acm@muc.de> 62014-12-19 Alan Mackenzie <acm@muc.de>
2 7
3 Make C++11 uniform init syntax work. New keywords "final" and "override" 8 Make C++11 uniform init syntax work. New keywords "final" and "override"