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 | 1af98f07589924038ba4ffbcc6746014a6f80182 (patch) | |
tree | 4591c42cffcdb3a34a74e94779ef5d7a8a5fb632 /lisp/tooltip.el | |
parent | 0a480f3d076ccdf5e0ae0a8132079889030ef216 (diff) | |
download | emacs-1af98f07589924038ba4ffbcc6746014a6f80182.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) |