diff options
| author | Artur Malabarba | 2014-12-19 18:25:06 -0200 |
|---|---|---|
| committer | Artur Malabarba | 2014-12-19 18:30:26 -0200 |
| commit | f447d33fdb082ce8e5d336be6034df24339b4c45 (patch) | |
| tree | 7ad100c335eb0e84024c0aab266f674e2078ff47 /test/ChangeLog | |
| parent | 948fa912de164a1374c87e9206cddca741b7fa33 (diff) | |
| download | emacs-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/ChangeLog | 1 |
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 @@ | |||
| 1 | 2014-12-19 Artur Malabarba <bruce.connor.am@gmail.com> | 1 | 2014-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 | ||
| 5 | 2014-12-18 Artur Malabarba <bruce.connor.am@gmail.com> | 6 | 2014-12-18 Artur Malabarba <bruce.connor.am@gmail.com> |
| 6 | 7 | ||