diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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 | ||
| 480 | print 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 | ||