aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
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 8af0f391d07..dd22abfb9d1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'.
303The 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'.