From: Luc Teirlinck Date: Tue, 17 Feb 2004 03:18:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~7547 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=43e48bdaa54603b3bc9a5a4205ba849856b6c1bd;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 2e460f4a8b4..abc0f04d424 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1860,7 +1860,7 @@ implemented (such as "*") are no longer accepted. +++ ** 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. +the first one is kept. +++ ** `declare' is now a macro. This change was made mostly for diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ef3893ea83b..b5b28d606a1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -12,7 +12,8 @@ 2004-02-16 Matt Hodges (tiny change) * net/telnet.el (telnet-interrupt-subjob): Move doc string to the - correct place. * progmodes/icon.el (icon-indent-command): Ditto. + correct place. + * progmodes/icon.el (icon-indent-command): Ditto. * textmodes/paragraphs.el (repunctuate-sentences): Ditto. 2004-02-16 Eli Zaretskii diff --git a/lispref/ChangeLog b/lispref/ChangeLog index d8991235ff0..392f67d07d2 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2004-02-16 Luc Teirlinck + + * lists.texi (Sets And Lists): Update description of delete-dups. + 2004-02-16 Jesper Harder (tiny change) * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button. @@ -46,7 +50,7 @@ * edebug.texi (Using Edebug): Fix example. * debugging.texi (Internals of Debugger): Fix return value. - + * files.texi (Changing Files): Fix argname. * calendar.texi: Fix parens, and default values.