aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-04-19 20:33:27 +0000
committerNick Roberts2005-04-19 20:33:27 +0000
commit2cc604202a4bb5a3d4cdff43240ab2ad6500ea45 (patch)
tree12094b31cb22027c2ee0010c9df81818a08bd558
parent64cb0f826cc5caf6ce9b0d92c6ef9a28d1599d7d (diff)
downloademacs-2cc604202a4bb5a3d4cdff43240ab2ad6500ea45.tar.gz
emacs-2cc604202a4bb5a3d4cdff43240ab2ad6500ea45.zip
(tooltip-use-echo-area): Replace as alias and deprecate.
-rw-r--r--lisp/tooltip.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index d70e20e5b6b..054f9c95711 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -145,6 +145,8 @@ only tooltips in the buffer containing the overlay arrow."
145 :tag "Use echo area" 145 :tag "Use echo area"
146 :group 'tooltip) 146 :group 'tooltip)
147 147
148(defvaralias 'tooltip-use-echo-area 'tooltip-gud-echo-area)
149(make-obsolete-variable 'tooltip-use-echo-area 'tooltip-gud-echo-area "22.1")
148 150
149;;; Variables that are not customizable. 151;;; Variables that are not customizable.
150 152