# HG changeset patch # User Luc Teirlinck # Date 1076987923 0 # Node ID d78e05a984ee4d22611c7f6df703b44666e56f5c # Parent 291b91ef084062b665fd7cddd1ab5c8265123a29 *** empty log message *** diff -r 291b91ef0840 -r d78e05a984ee etc/NEWS --- a/etc/NEWS Tue Feb 17 03:16:42 2004 +0000 +++ b/etc/NEWS Tue Feb 17 03:18:43 2004 +0000 @@ -1860,7 +1860,7 @@ +++ ** 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 -r 291b91ef0840 -r d78e05a984ee lisp/ChangeLog --- a/lisp/ChangeLog Tue Feb 17 03:16:42 2004 +0000 +++ b/lisp/ChangeLog Tue Feb 17 03:18:43 2004 +0000 @@ -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 -r 291b91ef0840 -r d78e05a984ee lispref/ChangeLog --- a/lispref/ChangeLog Tue Feb 17 03:16:42 2004 +0000 +++ b/lispref/ChangeLog Tue Feb 17 03:18:43 2004 +0000 @@ -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.