summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2007-10-23 20:55:18 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2007-10-23 20:55:18 +0000
commitf84f42247ebced677b8d57c0c21d7bea86fd4bb9 (patch)
treeae6ab81796bf69c4d3378825d1dff33db750a80b /etc
parentcd1507d357d6808b98d9fbe48a4c89706ec2b0ec (diff)
downloademacs-f84f42247ebced677b8d57c0c21d7bea86fd4bb9.tar.gz
(make-variable-frame-localizable): Remove.
(make-variable-frame-local): Mark obsolete.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5e92b8c0c8e..f9caea51f0c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -97,6 +97,8 @@ This can be used to add menu entries for backend specific functions.
* 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.