diff etc/NEWS @ 54808:795d79cea402

Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-203 Add entry for macroexpand-all to NEWS
author Miles Bader <miles@gnu.org>
date Mon, 12 Apr 2004 04:44:19 +0000
parents 8ef1dfe52aef
children f3c73bb14f1d
line wrap: on
line diff
--- a/etc/NEWS	Mon Apr 12 04:36:01 2004 +0000
+++ b/etc/NEWS	Mon Apr 12 04:44:19 2004 +0000
@@ -2061,6 +2061,11 @@
 `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,