From: Luc Teirlinck Date: Tue, 20 Jan 2004 23:09:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~7879 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9adcb5f2c83b756efe7c12ddaae03a9fcd678eea;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 954c6de10e7..1bc7480188d 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1788,6 +1788,7 @@ 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. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index ff39f8d9fba..88ec3ca1338 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2004-01-20 Luc Teirlinck + + * lists.texi (Sets And Lists): Add delete-dups. + 2004-01-15 Luc Teirlinck * edebug.texi (Instrumenting Macro Calls): `declare' is not a