From d0cd7210e57e4a9585c92641e63de328168a0adb Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Tue, 20 Jan 2004 00:08:33 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 4 ++++ lisp/ChangeLog | 4 ++++ 2 files changed, 8 insertions(+) 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 -- 2.39.2