]> git.eshelyaron.com Git - emacs.git/commit
Make 'copy-tree' work with records
authorJoseph Turner <joseph@breatheoutbreathe.in>
Mon, 15 May 2023 04:02:15 +0000 (21:02 -0700)
committerEli Zaretskii <eliz@gnu.org>
Fri, 19 May 2023 06:00:27 +0000 (09:00 +0300)
commit3a1285caba9cd25abaddbc541e3217e2559d79ab
tree5cfae8c27c61e780926d22fe1bb025ce9268ddf5
parent8c9377b6c4e907e65712fbf0ba0cf90f51da5ef6
Make 'copy-tree' work with records

* doc/lispref/lists.texi (Building Cons Cells and Lists): Document
new behavior of 'copy-tree'.
* doc/lispref/records.texi (Record Functions): Cross-reference to
lists.texi.
* etc/NEWS: Mention change.  (Bug#63509)
* lisp/emacs-lisp/shortdoc.el: Add 'copy-tree' example to vector
group.
* lisp/subr.el (copy-tree): Recurse into records as well as
vectors when optional second argument is non-nil. Rename second
argument from VECP to VECTOR-LIKE-P.
* test/lisp/subr-tests.el: Test new behavior.
doc/lispref/lists.texi
doc/lispref/records.texi
etc/NEWS
lisp/emacs-lisp/shortdoc.el
lisp/subr.el
test/lisp/subr-tests.el