From: Nick Roberts Date: Tue, 19 Apr 2005 20:33:27 +0000 (+0000) Subject: (tooltip-use-echo-area): Replace as alias and deprecate. X-Git-Tag: ttn-vms-21-2-B4~882 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2cc604202a4bb5a3d4cdff43240ab2ad6500ea45;p=emacs.git (tooltip-use-echo-area): Replace as alias and deprecate. --- 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." :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.