comparison lisp/tooltip.el @ 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 058da2e83614
children c7e8695076af
comparison
equal deleted inserted replaced
61676:6cebb1606527 61677:5d556f24030d
143 "Use the echo area instead of frames for GUD tooltips." 143 "Use the echo area instead of frames for GUD tooltips."
144 :type 'boolean 144 :type 'boolean
145 :tag "Use echo area" 145 :tag "Use echo area"
146 :group 'tooltip) 146 :group 'tooltip)
147 147
148 (defvaralias 'tooltip-use-echo-area 'tooltip-gud-echo-area)
149 (make-obsolete-variable 'tooltip-use-echo-area 'tooltip-gud-echo-area "22.1")
148 150
149 ;;; Variables that are not customizable. 151 ;;; Variables that are not customizable.
150 152
151 (defvar tooltip-hook nil 153 (defvar tooltip-hook nil
152 "Functions to call to display tooltips. 154 "Functions to call to display tooltips.