From: Luc Teirlinck Date: Tue, 20 Jan 2004 00:08:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~7896 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d0cd7210e57e4a9585c92641e63de328168a0adb;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 3dc75855765..2c25eea702e 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1773,6 +1773,10 @@ configuration files. * 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. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 055be632272..1d2dd73d51b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-01-19 Luc Teirlinck + + * subr.el (delete-dups): New function. + 2004-01-19 Karl Berry * textmodes/texinfo.el (texinfo-mode): define outline-regexp to start