]> code.delx.au - gnu-emacs/commit
Add seq-into as a public function
authorNicolas Petton <nicolas@petton.fr>
Mon, 9 Mar 2015 11:46:29 +0000 (12:46 +0100)
committerNicolas Petton <nicolas@petton.fr>
Mon, 9 Mar 2015 11:50:24 +0000 (12:50 +0100)
commitb7ed48c3ce8e77acc08d4948684333bef3238d2d
treef391b49af05d99cdde85b933bdaeb1e6598d146c
parent8854b9cf5283cac3e4a5a3726325a82b88c1fcb5
Add seq-into as a public function

* lisp/emacs-lisp/seq.el: Make seq-into a public function (replacing
seq--into)
* test/automated/seq-tests.el: Add tests for seq-into
* doc/lispref/sequences.texi: Add documentation for seq-into
doc/lispref/ChangeLog
doc/lispref/sequences.texi
lisp/ChangeLog
lisp/emacs-lisp/seq.el
test/ChangeLog
test/automated/seq-tests.el