summaryrefslogtreecommitdiff
path: root/lisp/tooltip.el
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2005-06-19 04:45:00 +0000
committerNick Roberts <nickrob@snap.net.nz>2005-06-19 04:45:00 +0000
commitd73996cee8c6fc9d0659236924a9cb9b484605ed (patch)
tree2b68d6af29fae064ffea30773d5e610715cb7359 /lisp/tooltip.el
parent5dafe00b023b410ec5c3687b10a2698f92fa0eff (diff)
downloademacs-d73996cee8c6fc9d0659236924a9cb9b484605ed.tar.gz
(tooltip-use-echo-area): Don't make it obsolete.
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r--lisp/tooltip.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index 3a2d1910f96..cb668f9cd00 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -119,11 +119,6 @@ position to pop up the tooltip."
:tag "Use echo area"
:group 'tooltip)
-(make-obsolete-variable 'tooltip-use-echo-area
-"To display help tooltips in the echo area turn `tooltip-mode' off.
-To display GUD tooltips in the echo area turn `gud-tooltip-mode' on and set
-`gud-tooltip-echo-area' to t." "22.1")
-
;;; Variables that are not customizable.