diff options
| author | Nicolas Petton | 2015-02-11 09:21:03 +0100 |
|---|---|---|
| committer | Nicolas Petton | 2015-02-11 14:48:18 +0100 |
| commit | 4fb5565d0a0cd9640a242028c92b8b4e2bd4683e (patch) | |
| tree | 67f5e8b5595d3b92d3a1f3c2b6b8a26d107d7501 /test/ChangeLog | |
| parent | c49e769d8f141b0307db19ed2a5fa80e0696b1dc (diff) | |
| download | emacs-4fb5565d0a0cd9640a242028c92b8b4e2bd4683e.tar.gz emacs-4fb5565d0a0cd9640a242028c92b8b4e2bd4683e.zip | |
Add a backward-compatible version of seq-reverse
* lisp/emacs-lisp/seq.el (seq-reverse): Add a backward-compatible
version of seq-reverse that works on sequences in Emacs 24. Bump
version to 1.2.
* test/automated/seq-tests.el (test-seq-reverse, test-seq-group-by):
Add a test for seq-reverse and update test for seq-group-by to test
vectors and strings, not only lists.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index b080961f681..979214c45da 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2015-02-11 Nicolas Petton <nicolas@petton.fr> | ||
| 2 | |||
| 3 | * automated/seq-tests.el (test-seq-reverse, test-seq-group-by): | ||
| 4 | Add a test for seq-reverse and update test for seq-group-by to | ||
| 5 | test vectors and strings, not only lists. | ||
| 6 | |||
| 1 | 2015-02-10 Glenn Morris <rgm@gnu.org> | 7 | 2015-02-10 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * automated/package-test.el (package-test-signed): | 9 | * automated/package-test.el (package-test-signed): |