]> git.eshelyaron.com Git - emacs.git/commitdiff
(tooltip-use-echo-area): Replace as alias and deprecate.
authorNick Roberts <nickrob@snap.net.nz>
Tue, 19 Apr 2005 20:33:27 +0000 (20:33 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Tue, 19 Apr 2005 20:33:27 +0000 (20:33 +0000)
lisp/tooltip.el

index d70e20e5b6bccd95d9e207b9a65f9674f7ee502d..054f9c95711d554608816e683ff1da8a755145b0 100644 (file)
@@ -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")
 \f
 ;;; Variables that are not customizable.