diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -299,6 +299,11 @@ still be supported for Emacs 24.x. | |||
| 299 | 299 | ||
| 300 | * Lisp changes in Emacs 24.2 | 300 | * Lisp changes in Emacs 24.2 |
| 301 | 301 | ||
| 302 | ** `defun' also accepts a (declare DECLS) form, like `defmacro'. | ||
| 303 | The interpretation of the DECLS is determined by `defun-declarations-alist'. | ||
| 304 | |||
| 305 | ** `macro-declaration-function' is obsolete, use `macro-declarations-alist'. | ||
| 306 | |||
| 302 | ** New function `set-temporary-overlay-map'. | 307 | ** New function `set-temporary-overlay-map'. |
| 303 | 308 | ||
| 304 | ** New macros `setq-local' and `defvar-local'. | 309 | ** New macros `setq-local' and `defvar-local'. |