mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(gud-tooltip-mode): Add defvar.
This commit is contained in:
parent
0a480f3d07
commit
1af98f0758
@ -136,6 +136,8 @@ the last mouse movement event that occurred.")
|
||||
(defvar tooltip-hide-time nil
|
||||
"Time when the last tooltip was hidden.")
|
||||
|
||||
(defvar gud-tooltip-mode) ;; Prevent warning.
|
||||
|
||||
;;; Event accessors
|
||||
|
||||
(defun tooltip-event-buffer (event)
|
||||
|
Loading…
Reference in New Issue
Block a user