aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2010-05-14 13:53:42 -0400
committerStefan Monnier2010-05-14 13:53:42 -0400
commit4e2db1fe4be382f540f175316f3608fe4a9a93ae (patch)
tree4ada7b168ba7a0e9c459becfb2676a63bb8a6d46 /etc
parent10dcc5612a47d4a6ab9f05c1e8f39993b16bb634 (diff)
downloademacs-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/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b2a213c8fa2..a60962cf1f4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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