Mercurial > emacs
changeset 80784:fc8e05bab6aa
(make-variable-frame-local): Tweak obsolescence message.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 30 Aug 2008 22:28:21 +0000 |
parents | bfd66bd99699 |
children | e0e64db87d83 |
files | lisp/subr.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Sat Aug 30 10:55:45 2008 +0000 +++ b/lisp/subr.el Sat Aug 30 22:28:21 2008 +0000 @@ -944,7 +944,8 @@ (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.