From 2cc604202a4bb5a3d4cdff43240ab2ad6500ea45 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Tue, 19 Apr 2005 20:33:27 +0000 Subject: [PATCH] (tooltip-use-echo-area): Replace as alias and deprecate. --- lisp/tooltip.el | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.39.2