Mercurial > emacs
changeset 86152:de0ef99eb027
(make-variable-frame-local): Fix typo in obsolescence message.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 16 Nov 2007 11:10:53 +0000 |
parents | da4c5938f977 |
children | b37c68d8acd3 |
files | lisp/subr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Fri Nov 16 09:03:01 2007 +0000 +++ b/lisp/subr.el Fri Nov 16 11:10:53 2007 +0000 @@ -947,7 +947,7 @@ (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.