summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-08-30 22:28:48 +0000
committerGlenn Morris <rgm@gnu.org>2008-08-30 22:28:48 +0000
commit18c08c7e8349a2b529ae0f190baa5a454969a955 (patch)
tree5c825d19ac5a114485bb6a9d5f7c475ce3e68bfa
parent70d7ae36dd2b57b5023dca4cfc48a3d5533ab82c (diff)
downloademacs-18c08c7e8349a2b529ae0f190baa5a454969a955.tar.gz
(make-variable-frame-local): Tweak obsolescence message.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/subr.el3
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3b7283605e0..59683b50faa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-30 Glenn Morris <rgm@gnu.org>
+
+ * subr.el (make-variable-frame-local): Tweak obsolescence message.
+
2008-08-29 Chong Yidong <cyd@stupidchicken.com>
* image-mode.el (image-mode): Fix 2008-07-19 change.
diff --git a/lisp/subr.el b/lisp/subr.el
index 0677f687180..1ae22dc1f5d 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -944,7 +944,8 @@ 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
+ "explicitly check for a frame-parameter instead." "22.2")
;;;; Obsolescence declarations for variables, and aliases.