diff etc/NEWS @ 108575:f6cfadfc0fb6

* eval.c (specbind): Disallow let-binding frame-local vars. Remove left-over duplicate test. Add comment.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 14 May 2010 13:53:42 -0400
parents 27a878644c60
children cd5442b2826b
line wrap: on
line diff
--- a/etc/NEWS	Fri May 14 12:41:01 2010 -0400
+++ b/etc/NEWS	Fri May 14 13:53:42 2010 -0400
@@ -221,6 +221,7 @@
 
 * Lisp changes in Emacs 24.1
 
+** frame-local variables cannot be let-bound any more.
 ** prog-mode is a new major-mode meant to be the parent of programming mode.
 ** define-minor-mode accepts a new keyword :variable.