projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98ede5d
)
(make-variable-frame-local): Fix typo in obsolescence declaration.
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 16 Nov 2007 10:35:16 +0000
(10:35 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 16 Nov 2007 10:35:16 +0000
(10:35 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index ee9a79c242844f2f72340536beaf45648a84ff3b..dbf42f9a2edd1d62ca61a779ce632692bcc3f8ab 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-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")
\f
;;;; Obsolescence declarations for variables, and aliases.