]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Tue, 20 Jan 2004 00:08:33 +0000 (00:08 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Tue, 20 Jan 2004 00:08:33 +0000 (00:08 +0000)
etc/NEWS
lisp/ChangeLog

index 3dc75855765e8690bf9ac515f04c031fd7340382..2c25eea702efe4fe12fc968f1c1c2621049f6d99 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1773,6 +1773,10 @@ configuration files.
 \f
 * 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.
index 055be632272f7b72a1c9fdacf70b842e6a9ed848..1d2dd73d51b0632416142c51deaa8e6f1de9dcfb 100644 (file)
@@ -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