comparison etc/NEWS @ 79186:35b535f36d05

(make-variable-frame-localizable): Remove. (make-variable-frame-local): Mark obsolete.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 23 Oct 2007 20:55:18 +0000
parents 93a637a2f2a0
children e36d222d322f
comparison
equal deleted inserted replaced
79185:1b7e940a8dda 79186:35b535f36d05
95 95
96 *** VC has some support for Git. 96 *** VC has some support for Git.
97 97
98 * Lisp Changes in Emacs 22.2. 98 * Lisp Changes in Emacs 22.2.
99 99
100 ** Frame-local variables are deprecated and are slated for removal.
101 Use frame parameters instead.
100 ** The function invisible-p returns non-nil if the character 102 ** The function invisible-p returns non-nil if the character
101 after a specified position is invisible. 103 after a specified position is invisible.
102 104
103 +++ 105 +++
104 ** inhibit-modification-hooks is bound to t while running modification hooks. 106 ** inhibit-modification-hooks is bound to t while running modification hooks.