summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2005-06-14 11:11:31 +0000
committerKim F. Storm <storm@cua.dk>2005-06-14 11:11:31 +0000
commita5c99dc903381b6d96689a12a340d023b8e216cd (patch)
treefce49f01b897bbf0fb67b8471029e9bb7b60983b /etc
parent8da6c2f88823000244c6f8d2c5eb6d199bccbae6 (diff)
downloademacs-a5c99dc903381b6d96689a12a340d023b8e216cd.tar.gz
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 42699f60c16..b35745ee349 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.