changeset 61677:5d556f24030d

(tooltip-use-echo-area): Replace as alias and deprecate.
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 19 Apr 2005 20:33:27 +0000
parents 6cebb1606527
children 3c8535295b32
files lisp/tooltip.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/tooltip.el	Tue Apr 19 20:31:51 2005 +0000
+++ b/lisp/tooltip.el	Tue Apr 19 20:33:27 2005 +0000
@@ -145,6 +145,8 @@
   :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.