comparison 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
comparison
equal deleted inserted replaced
108574:27a878644c60 108575:f6cfadfc0fb6
219 ** Passing a nil argument to a minor mode function now turns the mode 219 ** Passing a nil argument to a minor mode function now turns the mode
220 ON unconditionally. 220 ON unconditionally.
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
227 ** delete-file now accepts an optional second arg, FORCE, which says 228 ** delete-file now accepts an optional second arg, FORCE, which says
228 to always delete and ignore the value of delete-by-moving-to-trash. 229 to always delete and ignore the value of delete-by-moving-to-trash.