(make-variable-frame-local): Tweak obsolescence message.
This commit is contained in:
parent
70d7ae36dd
commit
18c08c7e83
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-08-30 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* subr.el (make-variable-frame-local): Tweak obsolescence message.
|
||||
|
||||
2008-08-29 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* image-mode.el (image-mode): Fix 2008-07-19 change.
|
||||
|
|
|
@ -944,7 +944,8 @@ 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")
|
||||
(make-obsolete 'make-variable-frame-local
|
||||
"explicitly check for a frame-parameter instead." "22.2")
|
||||
|
||||
;;;; Obsolescence declarations for variables, and aliases.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue