]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-variable-frame-localizable): Remove.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 23 Oct 2007 20:55:18 +0000 (20:55 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 23 Oct 2007 20:55:18 +0000 (20:55 +0000)
(make-variable-frame-local): Mark obsolete.

etc/NEWS
lisp/ChangeLog
lisp/subr.el

index 5e92b8c0c8ec9fe2ae587e26cbc3e8da24df7bf6..f9caea51f0c9515c5aa27207b7ca0ffd8ea0453c 100644 (file)
--- 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.
 
index e729ad29fea95751a46afcf2f6c7e3b3bc22cdee..4de00ebb2b1f74d01575936c4c8b9c0ef33366aa 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * subr.el (make-variable-frame-localizable): Remove.
+       (make-variable-frame-local): Mark obsolete.
+
 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
 
        * ibuf-ext.el (ibuffer-switch-to-saved-filters)
index 63bbc1107749dcea24207ce18d758bf2d1516217..ee9a79c242844f2f72340536beaf45648a84ff3b 100644 (file)
@@ -944,7 +944,7 @@ is converted into a string by expressing it in decimal."
 (make-obsolete 'focus-frame "it does nothing." "22.1")
 (defalias 'unfocus-frame 'ignore "")
 (make-obsolete 'unfocus-frame "it does nothing." "22.1")
-
+(make-obsolete 'make-variable-frame-local "use a frame-parameter instead" "22.2")
 \f
 ;;;; Obsolescence declarations for variables, and aliases.
 
@@ -988,7 +988,6 @@ to reread, so it now uses nil to mean `no event', instead of -1."
 (defalias 'search-backward-regexp (symbol-function 're-search-backward))
 (defalias 'int-to-string 'number-to-string)
 (defalias 'store-match-data 'set-match-data)
-(defalias 'make-variable-frame-localizable 'make-variable-frame-local)
 ;; These are the XEmacs names:
 (defalias 'point-at-eol 'line-end-position)
 (defalias 'point-at-bol 'line-beginning-position)