1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-25 01:10:47 -08:00

*** empty log message ***

This commit is contained in:
Luc Teirlinck 2004-01-20 23:09:25 +00:00
parent 42101e875d
commit 9adcb5f2c8
2 changed files with 5 additions and 0 deletions

View file

@ -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.

View file

@ -1,3 +1,7 @@
2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
* lists.texi (Sets And Lists): Add delete-dups.
2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
* edebug.texi (Instrumenting Macro Calls): `declare' is not a