Function: cl-copy-tree

cl-copy-tree is a function alias for copy-tree, defined in subr.el.gz.

This function is obsolete since 24.3; use copy-tree instead.

Signature

(cl-copy-tree TREE &optional VECP)

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 second argument VECP, this copies vectors as well as conses.

Aliases

gnus-copy-sequence (obsolete since 27.1) cl-copy-tree (obsolete since 24.3) eshell-copy-tree (obsolete since 28.1)