1
0
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:
Richard M. Stallman 2005-07-03 16:14:02 +00:00
parent 0a480f3d07
commit 1af98f0758

View File

@ -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)