Nicolas Petton
|
05211a578e
|
Add seq-mapcat
* lisp/emacs-lisp/seq.el (seq-mapcat): New function
* test/automated/seq-tests.el: Add unit tests for seq-mapcat
|
2015-02-06 15:52:23 +01:00 |
|
Leo Liu
|
253d44bd27
|
Fix seq-subseq and cl-subseq for bad bounding indices
Fixes: debbugs:19434 debbugs:19519
* lisp/emacs-lisp/cl-extra.el (cl-subseq): Use seq-subseq and fix
multiple evaluation.
* lisp/emacs-lisp/seq.el (seq-subseq): Throw bad bounding indices
error.
* test/automated/seq-tests.el (test-seq-subseq): Add more tests.
|
2015-01-18 14:04:31 +08:00 |
|
Paul Eggert
|
7e09ef09a4
|
Update copyright year to 2015
Run admin/update-copyright.
|
2015-01-01 14:26:41 -08:00 |
|
Nicolas Petton
|
cf07732725
|
* lisp/emacs-lisp/seq.el: New file.
* doc/lispref/sequences.texi (Seq Library): Add documentation for seq.el.
* test/automated/seq-tests.el: New file.
|
2014-12-16 18:42:30 -05:00 |
|