summaryrefslogtreecommitdiff
path: root/lisp/tooltip.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-07-03 16:14:02 +0000
committerRichard M. Stallman <rms@gnu.org>2005-07-03 16:14:02 +0000
commit351e57750bbe560d045802c03d64b6b57b69de7d (patch)
tree09aaeb3770dfb6ce03fd39558a903bfbfcbc9595 /lisp/tooltip.el
parent15b143d1980a2740217fc3705b4db5bcf2550129 (diff)
downloademacs-351e57750bbe560d045802c03d64b6b57b69de7d.tar.gz
(gud-tooltip-mode): Add defvar.
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r--lisp/tooltip.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index cb668f9cd00..6b78acd0597 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -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)