comparison lisp/tooltip.el @ 48651:572f41d9a2ea

(tooltip-gud-tips-p): Undo previous change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 04 Dec 2002 11:43:05 +0000
parents ac47e19224b0
children cd1c70649388
comparison
equal deleted inserted replaced
48650:d2e0f6c41ac5 48651:572f41d9a2ea
116 (t ())) 116 (t ()))
117 "Face for tooltips." 117 "Face for tooltips."
118 :group 'tooltip) 118 :group 'tooltip)
119 119
120 (defcustom tooltip-gud-tips-p nil 120 (defcustom tooltip-gud-tips-p nil
121 "*Non-nil means show tooltips in GUD sessions. 121 "*Non-nil means show tooltips in GUD sessions."
122 Setting this variable directly with `setq' has no effect;
123 you should either set it with the Customization facility
124 or use the function `tooltip-gud-tips-activate'."
125 :type 'boolean 122 :type 'boolean
126 :tag "GUD" 123 :tag "GUD"
127 :set #'(lambda (symbol on) 124 :set #'(lambda (symbol on)
128 (setq tooltip-gud-tips-p on)) 125 (setq tooltip-gud-tips-p on))
129 :group 'tooltip) 126 :group 'tooltip)