aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 32c738a2aad..0132a3a9ed7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -476,6 +476,9 @@ still be supported for Emacs 24.x.
476 476
477* Lisp changes in Emacs 24.2 477* Lisp changes in Emacs 24.2
478 478
479** `toggle-read-only' accepts a second argument specifying whether to
480print a message, if called from Lisp.
481
479** CL-style generalized variables are now in core Elisp. 482** CL-style generalized variables are now in core Elisp.
480`setf' is autoloaded and `push' and `pop' accept generalized variables. 483`setf' is autoloaded and `push' and `pop' accept generalized variables.
481 484