*** empty log message ***
This commit is contained in:
parent
8da6c2f888
commit
a5c99dc903
2 changed files with 8 additions and 0 deletions
4
etc/NEWS
4
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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue