]> git.eshelyaron.com Git - emacs.git/commit
* src/fns.c (Fnreverse): Allow vectors and bool vectors.
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 15 May 2014 14:59:02 +0000 (18:59 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 15 May 2014 14:59:02 +0000 (18:59 +0400)
commitddc30c996a3d14e0163df6946ba96c9bcf73bd2f
tree6c0a2fafa8a124e0c6e12174321dc012226bb7a9
parent92491099f710794ee2be60721fae50d68c5ca162
* src/fns.c (Fnreverse): Allow vectors and bool vectors.
* doc/lispref/lists.texi (Building Cons Cells and Lists): Remove
description of `nreverse' and generalize it...
* doc/lispref/sequences.texi (Sequences): ...for sequences here.
* tests/automated/fns-tests.el (fns-tests-nreverse)
(fns-tests-nreverse-bool-vector): New tests.
doc/lispref/ChangeLog
doc/lispref/lists.texi
doc/lispref/sequences.texi
src/ChangeLog
src/fns.c
test/ChangeLog
test/automated/fns-tests.el