From: Nick Roberts Date: Sun, 19 Jun 2005 04:45:00 +0000 (+0000) Subject: (tooltip-use-echo-area): Don't make it obsolete. X-Git-Tag: emacs-pretest-22.0.90~8805 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d73996cee8c6fc9d0659236924a9cb9b484605ed;p=emacs.git (tooltip-use-echo-area): Don't make it obsolete. --- 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.