Mercurial > emacs
changeset 53645:2d500253c58f
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Tue, 20 Jan 2004 23:09:25 +0000 |
parents | 5d6e643eb334 |
children | 8c55b1b400d5 |
files | etc/NEWS lispref/ChangeLog |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue Jan 20 23:06:28 2004 +0000 +++ b/etc/NEWS Tue Jan 20 23:09:25 2004 +0000 @@ -1788,6 +1788,7 @@ * Lisp Changes in Emacs 21.4 ++++ ** New function `delete-dups' destructively removes `equal' duplicates from a list. Of several `equal' occurrences of an element in the list, the last one is kept.
--- a/lispref/ChangeLog Tue Jan 20 23:06:28 2004 +0000 +++ b/lispref/ChangeLog Tue Jan 20 23:09:25 2004 +0000 @@ -1,3 +1,7 @@ +2004-01-20 Luc Teirlinck <teirllm@auburn.edu> + + * lists.texi (Sets And Lists): Add delete-dups. + 2004-01-15 Luc Teirlinck <teirllm@auburn.edu> * edebug.texi (Instrumenting Macro Calls): `declare' is not a