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:
parent
a8773ec1f4
commit
321ce330a7
1 changed files with 1 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue