diff options
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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 |
| 2062 | implemented (such as "*") are no longer accepted. | 2062 | implemented (such as "*") are no longer accepted. |
| 2063 | 2063 | ||
| 2064 | ** New function `macroexpand-all' expands all macros in a form. | ||
| 2065 | It is similar to the Common-Lisp function of the same name. | ||
| 2066 | One difference is that it guarantees to return the original argument | ||
| 2067 | if 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 |
| 2066 | from a list. Of several `equal' occurrences of an element in the list, | 2071 | from a list. Of several `equal' occurrences of an element in the list, |