Add a backward-compatible version of seq-reverse
commit4fb5565d0a0cd9640a242028c92b8b4e2bd4683e
authorNicolas Petton <nicolas@petton.fr>
Wed, 11 Feb 2015 08:21:03 +0000 (11 09:21 +0100)
committerNicolas Petton <nicolas@petton.fr>
Wed, 11 Feb 2015 13:48:18 +0000 (11 14:48 +0100)
tree67f5e8b5595d3b92d3a1f3c2b6b8a26d107d7501
parentc49e769d8f141b0307db19ed2a5fa80e0696b1dc
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.
lisp/ChangeLog
lisp/emacs-lisp/seq.el
test/ChangeLog
test/automated/seq-tests.el