]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Tue, 14 Jun 2005 11:11:31 +0000 (11:11 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 14 Jun 2005 11:11:31 +0000 (11:11 +0000)
etc/NEWS
lispref/ChangeLog

index 42699f60c16f8e9d9991c975d969c553d472725b..b35745ee349b98053fde45cc681359f78be51298 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3064,6 +3064,10 @@ If APPEND is non-nil, the new element gets added at the end of the
 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.
 
index c24bd01e8aadef5f286c209ef2b270ded9143921..7d5e0125a50b069b14ceea3d86b7f3ec6d52230d 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-14  Kim F. Storm  <storm@cua.dk>
+
+       * variables.texi (Setting Variables): Add add-to-ordered-list.
+
 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * syntax.texi (Parsing Expressions): Document aux functions and vars of