diff options
| author | Luc Teirlinck <teirllm@auburn.edu> | 2004-01-20 23:09:25 +0000 |
|---|---|---|
| committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-01-20 23:09:25 +0000 |
| commit | 9adcb5f2c83b756efe7c12ddaae03a9fcd678eea (patch) | |
| tree | 30055163dcd055960a202a588b71b5ba550577d8 | |
| parent | 42101e875de1fa1388dd76a6f4f18054c16d24ef (diff) | |
| download | emacs-9adcb5f2c83b756efe7c12ddaae03a9fcd678eea.tar.gz | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 1 | ||||
| -rw-r--r-- | lispref/ChangeLog | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -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. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index ff39f8d9fba..88ec3ca1338 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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 |
