diff options
| author | Stefan Monnier | 2010-05-14 13:53:42 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-05-14 13:53:42 -0400 |
| commit | 4e2db1fe4be382f540f175316f3608fe4a9a93ae (patch) | |
| tree | 4ada7b168ba7a0e9c459becfb2676a63bb8a6d46 /etc | |
| parent | 10dcc5612a47d4a6ab9f05c1e8f39993b16bb634 (diff) | |
| download | emacs-4e2db1fe4be382f540f175316f3608fe4a9a93ae.tar.gz emacs-4e2db1fe4be382f540f175316f3608fe4a9a93ae.zip | |
* eval.c (specbind): Disallow let-binding frame-local vars.
Remove left-over duplicate test. Add comment.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -221,6 +221,7 @@ Secret Service API requires D-Bus for communication. | |||
| 221 | 221 | ||
| 222 | * Lisp changes in Emacs 24.1 | 222 | * Lisp changes in Emacs 24.1 |
| 223 | 223 | ||
| 224 | ** frame-local variables cannot be let-bound any more. | ||
| 224 | ** prog-mode is a new major-mode meant to be the parent of programming mode. | 225 | ** prog-mode is a new major-mode meant to be the parent of programming mode. |
| 225 | ** define-minor-mode accepts a new keyword :variable. | 226 | ** define-minor-mode accepts a new keyword :variable. |
| 226 | 227 | ||