aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorNick Roberts <[email protected]>2005-04-19 20:33:27 +0000
committerNick Roberts <[email protected]>2005-04-19 20:33:27 +0000
commit2cc604202a4bb5a3d4cdff43240ab2ad6500ea45 (patch)
tree12094b31cb22027c2ee0010c9df81818a08bd558 /lisp
parent64cb0f826cc5caf6ce9b0d92c6ef9a28d1599d7d (diff)
(tooltip-use-echo-area): Replace as alias and deprecate.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/tooltip.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index d70e20e5b6..054f9c9571 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -145,6 +145,8 @@ only tooltips in the buffer containing the overlay arrow."
:tag "Use echo area"
:group 'tooltip)
+(defvaralias 'tooltip-use-echo-area 'tooltip-gud-echo-area)
+(make-obsolete-variable 'tooltip-use-echo-area 'tooltip-gud-echo-area "22.1")
;;; Variables that are not customizable.