aboutsummaryrefslogtreecommitdiffstats
path: root/test/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 /test/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 'test/ChangeLog')
-rw-r--r--test/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 80d2a40bc4c..7d23b3efe1c 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,6 +1,7 @@
12014-12-19 Artur Malabarba <bruce.connor.am@gmail.com> 12014-12-19 Artur Malabarba <bruce.connor.am@gmail.com>
2 2
3 * automated/let-alist.el: require `cl-lib' 3 * automated/let-alist.el: require `cl-lib'
4 New tests for accessing alists inside alists.
4 5
52014-12-18 Artur Malabarba <bruce.connor.am@gmail.com> 62014-12-18 Artur Malabarba <bruce.connor.am@gmail.com>
6 7