diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-07-03 16:14:02 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-07-03 16:14:02 +0000 |
commit | 351e57750bbe560d045802c03d64b6b57b69de7d (patch) | |
tree | 09aaeb3770dfb6ce03fd39558a903bfbfcbc9595 /lisp/tooltip.el | |
parent | 15b143d1980a2740217fc3705b4db5bcf2550129 (diff) | |
download | emacs-351e57750bbe560d045802c03d64b6b57b69de7d.tar.gz |
(gud-tooltip-mode): Add defvar.
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r-- | lisp/tooltip.el | 2 |
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) |