diff options
| author | Stefan Monnier | 2007-10-23 20:55:18 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-10-23 20:55:18 +0000 |
| commit | f84f42247ebced677b8d57c0c21d7bea86fd4bb9 (patch) | |
| tree | ae6ab81796bf69c4d3378825d1dff33db750a80b /lisp | |
| parent | cd1507d357d6808b98d9fbe48a4c89706ec2b0ec (diff) | |
| download | emacs-f84f42247ebced677b8d57c0c21d7bea86fd4bb9.tar.gz emacs-f84f42247ebced677b8d57c0c21d7bea86fd4bb9.zip | |
(make-variable-frame-localizable): Remove.
(make-variable-frame-local): Mark obsolete.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/subr.el | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e729ad29fea..4de00ebb2b1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * subr.el (make-variable-frame-localizable): Remove. | ||
| 4 | (make-variable-frame-local): Mark obsolete. | ||
| 5 | |||
| 1 | 2007-10-23 Juanma Barranquero <lekktu@gmail.com> | 6 | 2007-10-23 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * ibuf-ext.el (ibuffer-switch-to-saved-filters) | 8 | * ibuf-ext.el (ibuffer-switch-to-saved-filters) |
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." | |||
| 944 | (make-obsolete 'focus-frame "it does nothing." "22.1") | 944 | (make-obsolete 'focus-frame "it does nothing." "22.1") |
| 945 | (defalias 'unfocus-frame 'ignore "") | 945 | (defalias 'unfocus-frame 'ignore "") |
| 946 | (make-obsolete 'unfocus-frame "it does nothing." "22.1") | 946 | (make-obsolete 'unfocus-frame "it does nothing." "22.1") |
| 947 | 947 | (make-obsolete 'make-variable-frame-local "use a frame-parameter instead" "22.2") | |
| 948 | 948 | ||
| 949 | ;;;; Obsolescence declarations for variables, and aliases. | 949 | ;;;; Obsolescence declarations for variables, and aliases. |
| 950 | 950 | ||
| @@ -988,7 +988,6 @@ to reread, so it now uses nil to mean `no event', instead of -1." | |||
| 988 | (defalias 'search-backward-regexp (symbol-function 're-search-backward)) | 988 | (defalias 'search-backward-regexp (symbol-function 're-search-backward)) |
| 989 | (defalias 'int-to-string 'number-to-string) | 989 | (defalias 'int-to-string 'number-to-string) |
| 990 | (defalias 'store-match-data 'set-match-data) | 990 | (defalias 'store-match-data 'set-match-data) |
| 991 | (defalias 'make-variable-frame-localizable 'make-variable-frame-local) | ||
| 992 | ;; These are the XEmacs names: | 991 | ;; These are the XEmacs names: |
| 993 | (defalias 'point-at-eol 'line-end-position) | 992 | (defalias 'point-at-eol 'line-end-position) |
| 994 | (defalias 'point-at-bol 'line-beginning-position) | 993 | (defalias 'point-at-bol 'line-beginning-position) |