aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 57b4e90cb3b..8a54f136355 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2061,6 +2061,11 @@ that end a sentence without following spaces.
2061`format' are now documented. Some flags that were accepted but not 2061`format' are now documented. Some flags that were accepted but not
2062implemented (such as "*") are no longer accepted. 2062implemented (such as "*") are no longer accepted.
2063 2063
2064** New function `macroexpand-all' expands all macros in a form.
2065It is similar to the Common-Lisp function of the same name.
2066One difference is that it guarantees to return the original argument
2067if no expansion is done, which may be tested using `eq'.
2068
2064+++ 2069+++
2065** New function `delete-dups' destructively removes `equal' duplicates 2070** New function `delete-dups' destructively removes `equal' duplicates
2066from a list. Of several `equal' occurrences of an element in the list, 2071from a list. Of several `equal' occurrences of an element in the list,