1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(tooltip-gud-tips-p): Undo previous change.

This commit is contained in:
Richard M. Stallman 2002-12-04 11:43:05 +00:00
parent a8773ec1f4
commit 321ce330a7

View file

@ -118,10 +118,7 @@ position to pop up the tooltip."
:group 'tooltip)
(defcustom tooltip-gud-tips-p nil
"*Non-nil means show tooltips in GUD sessions.
Setting this variable directly with `setq' has no effect;
you should either set it with the Customization facility
or use the function `tooltip-gud-tips-activate'."
"*Non-nil means show tooltips in GUD sessions."
:type 'boolean
:tag "GUD"
:set #'(lambda (symbol on)