comparison etc/NEWS @ 63397:22fc0a17eae6

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 14 Jun 2005 11:11:31 +0000
parents edb44e017844
children 7124ec94d01e
comparison
equal deleted inserted replaced
63396:18169bc4f438 63397:22fc0a17eae6
3061 *** `add-to-list' takes an optional third argument, APPEND. 3061 *** `add-to-list' takes an optional third argument, APPEND.
3062 3062
3063 If APPEND is non-nil, the new element gets added at the end of the 3063 If APPEND is non-nil, the new element gets added at the end of the
3064 list instead of at the beginning. This change actually occurred in 3064 list instead of at the beginning. This change actually occurred in
3065 Emacs 21.1, but was not documented then. 3065 Emacs 21.1, but was not documented then.
3066
3067 +++
3068 *** New function `add-to-ordered-list' is like `add-to-list' but
3069 associates a numeric ordering of each symbol element added to the list.
3066 3070
3067 +++ 3071 +++
3068 *** New function `copy-tree' makes a copy of a tree. 3072 *** New function `copy-tree' makes a copy of a tree.
3069 3073
3070 It recursively copyies through both CARs and CDRs. 3074 It recursively copyies through both CARs and CDRs.