Mercurial > emacs
diff etc/NEWS @ 53627:fca4f1a70cca
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Tue, 20 Jan 2004 00:08:33 +0000 |
parents | d8c0a8adca52 |
children | 938ed51677f3 |
line wrap: on
line diff
--- a/etc/NEWS Mon Jan 19 23:48:11 2004 +0000 +++ b/etc/NEWS Tue Jan 20 00:08:33 2004 +0000 @@ -1773,6 +1773,10 @@ * 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. + +++ ** `declare' is now a macro. This change was made mostly for documentation purposes and should have no real effect on Lisp code.