]> git.eshelyaron.com Git - emacs.git/commitdiff
(gud-tooltip-mode): Add defvar.
authorRichard M. Stallman <rms@gnu.org>
Sun, 3 Jul 2005 16:14:02 +0000 (16:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 3 Jul 2005 16:14:02 +0000 (16:14 +0000)
lisp/tooltip.el

index cb668f9cd00c057b2d533581674af732c9928da0..6b78acd0597eb8e8d9d18ec389847fddeff42a8f 100644 (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)