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.