diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-10-23 20:55:18 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-10-23 20:55:18 +0000 |
commit | f84f42247ebced677b8d57c0c21d7bea86fd4bb9 (patch) | |
tree | ae6ab81796bf69c4d3378825d1dff33db750a80b /lisp/subr.el | |
parent | cd1507d357d6808b98d9fbe48a4c89706ec2b0ec (diff) | |
download | emacs-f84f42247ebced677b8d57c0c21d7bea86fd4bb9.tar.gz emacs-f84f42247ebced677b8d57c0c21d7bea86fd4bb9.tar.bz2 emacs-f84f42247ebced677b8d57c0c21d7bea86fd4bb9.zip |
(make-variable-frame-localizable): Remove.
(make-variable-frame-local): Mark obsolete.
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 63bbc110774..ee9a79c2428 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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") ;;;; 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) |