mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(make-variable-frame-local): Fix typo in obsolescence declaration.
This commit is contained in:
parent
98ede5d48a
commit
170938d6b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
(make-obsolete 'make-variable-frame-local "use a frame-parameter instead." "22.2")
|
||||
|
||||
;;;; Obsolescence declarations for variables, and aliases.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue