Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
170938d6
Commit
170938d6
authored
Nov 16, 2007
by
Juanma Barranquero
Browse files
(make-variable-frame-local): Fix typo in obsolescence declaration.
parent
98ede5d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/subr.el
lisp/subr.el
+1
-1
No files found.
lisp/subr.el
View file @
170938d6
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment