aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-08-30 22:27:34 +0000
committerGlenn Morris2008-08-30 22:27:34 +0000
commita91ea78c23cafd67f5f7cde039e93867aa96bf9e (patch)
treebef19ddbb1c99673bd5e56aa6d6557d3de1aa9e7
parenta0b8485f47b1f10dbb4151c1925eff8577d98bab (diff)
downloademacs-a91ea78c23cafd67f5f7cde039e93867aa96bf9e.tar.gz
emacs-a91ea78c23cafd67f5f7cde039e93867aa96bf9e.zip
(make-variable-frame-local): Tweak obsolescence message.
-rw-r--r--lisp/subr.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 7c50f9415bd..f8d26024c45 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1019,7 +1019,8 @@ is converted into a string by expressing it in decimal."
1019(make-obsolete 'focus-frame "it does nothing." "22.1") 1019(make-obsolete 'focus-frame "it does nothing." "22.1")
1020(defalias 'unfocus-frame 'ignore "") 1020(defalias 'unfocus-frame 'ignore "")
1021(make-obsolete 'unfocus-frame "it does nothing." "22.1") 1021(make-obsolete 'unfocus-frame "it does nothing." "22.1")
1022(make-obsolete 'make-variable-frame-local "use a frame-parameter instead." "22.2") 1022(make-obsolete 'make-variable-frame-local
1023 "explicitly check for a frame-parameter instead." "22.2")
1023 1024
1024;;;; Obsolescence declarations for variables, and aliases. 1025;;;; Obsolescence declarations for variables, and aliases.
1025 1026