Mercurial > emacs
changeset 53627:fca4f1a70cca
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Tue, 20 Jan 2004 00:08:33 +0000 |
parents | ee432d9e3bbd |
children | 8707b3e084c6 |
files | etc/NEWS lisp/ChangeLog |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
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.
--- a/lisp/ChangeLog Mon Jan 19 23:48:11 2004 +0000 +++ b/lisp/ChangeLog Tue Jan 20 00:08:33 2004 +0000 @@ -1,3 +1,7 @@ +2004-01-19 Luc Teirlinck <teirllm@auburn.edu> + + * subr.el (delete-dups): New function. + 2004-01-19 Karl Berry <karl@gnu.org> * textmodes/texinfo.el (texinfo-mode): define outline-regexp to start