diff 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
line wrap: on
line diff
--- a/etc/NEWS	Tue Oct 23 15:28:15 2007 +0000
+++ b/etc/NEWS	Tue Oct 23 20:55:18 2007 +0000
@@ -97,6 +97,8 @@
 
 * Lisp Changes in Emacs 22.2.
 
+** Frame-local variables are deprecated and are slated for removal.
+   Use frame parameters instead.
 ** The function invisible-p returns non-nil if the character
 after a specified position is invisible.