aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 954c6de10e7..1bc7480188d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1788,6 +1788,7 @@ configuration files.
1788 1788
1789* Lisp Changes in Emacs 21.4 1789* Lisp Changes in Emacs 21.4
1790 1790
1791+++
1791** New function `delete-dups' destructively removes `equal' duplicates 1792** New function `delete-dups' destructively removes `equal' duplicates
1792from a list. Of several `equal' occurrences of an element in the list, 1793from a list. Of several `equal' occurrences of an element in the list,
1793the last one is kept. 1794the last one is kept.