mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
(make-variable-frame-local): Tweak obsolescence message.
This commit is contained in:
parent
a0b8485f47
commit
a91ea78c23
@ -1019,7 +1019,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…
Reference in New Issue
Block a user