summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2004-04-12 04:44:19 +0000
committerMiles Bader <miles@gnu.org>2004-04-12 04:44:19 +0000
commit30b65b50dd5b8607797cd5a39ba7c0fd0c621fbe (patch)
treefc50bf38a5da4399e7f5fe1be83418a3e30db73f /etc
parentcd72a5afe7a4f0e677815eef38244dbb84ff5309 (diff)
downloademacs-30b65b50dd5b8607797cd5a39ba7c0fd0c621fbe.tar.gz
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-203
Add entry for macroexpand-all to NEWS
Diffstat (limited to 'etc')
-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.
`format' are now documented. Some flags that were accepted but not
implemented (such as "*") are no longer accepted.
+** New function `macroexpand-all' expands all macros in a form.
+It is similar to the Common-Lisp function of the same name.
+One difference is that it guarantees to return the original argument
+if no expansion is done, which may be tested using `eq'.
+
+++
** New function `delete-dups' destructively removes `equal' duplicates
from a list. Of several `equal' occurrences of an element in the list,