diff options
author | Kim F. Storm <storm@cua.dk> | 2005-06-14 11:11:31 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2005-06-14 11:11:31 +0000 |
commit | a5c99dc903381b6d96689a12a340d023b8e216cd (patch) | |
tree | fce49f01b897bbf0fb67b8471029e9bb7b60983b /etc | |
parent | 8da6c2f88823000244c6f8d2c5eb6d199bccbae6 (diff) | |
download | emacs-a5c99dc903381b6d96689a12a340d023b8e216cd.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3065,6 +3065,10 @@ list instead of at the beginning. This change actually occurred in Emacs 21.1, but was not documented then. +++ +*** New function `add-to-ordered-list' is like `add-to-list' but +associates a numeric ordering of each symbol element added to the list. + ++++ *** New function `copy-tree' makes a copy of a tree. It recursively copyies through both CARs and CDRs. |