Function: gnus-copy-sequence
gnus-copy-sequence is a function alias for copy-tree, defined in
subr.el.gz.
This function is obsolete since 27.1; use copy-tree instead.
Signature
(gnus-copy-sequence TREE &optional VECTORS-AND-RECORDS)
Documentation
Make a copy of TREE.
If TREE is a cons cell, this recursively copies both its car and its cdr.
Contrast to copy-sequence, which copies only along the cdrs.
With the second argument VECTORS-AND-RECORDS non-nil, this
traverses and copies vectors and records as well as conses.
Aliases
eshell-copy-tree (obsolete since 28.1)
cl-copy-tree (obsolete since 24.3)
gnus-copy-sequence (obsolete since 27.1)