Mercurial > emacs
changeset 63397:22fc0a17eae6
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 14 Jun 2005 11:11:31 +0000 |
parents | 18169bc4f438 |
children | 2f37f6737221 |
files | etc/NEWS lispref/ChangeLog |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue Jun 14 08:14:06 2005 +0000 +++ b/etc/NEWS Tue Jun 14 11:11:31 2005 +0000 @@ -3065,6 +3065,10 @@ 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.
--- a/lispref/ChangeLog Tue Jun 14 08:14:06 2005 +0000 +++ b/lispref/ChangeLog Tue Jun 14 11:11:31 2005 +0000 @@ -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