aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tooltip.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r--lisp/tooltip.el10
1 files changed, 3 insertions, 7 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index 6ff86b4cf0b..f8243f4a0ac 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -1,6 +1,6 @@
1;;; tooltip.el --- show tooltip windows 1;;; tooltip.el --- show tooltip windows
2 2
3;; Copyright (C) 1997, 1999, 2000, 2001 Free Software Foundation, Inc. 3;; Copyright (C) 1997, 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
4 4
5;; Author: Gerd Moellmann <gerd@acm.org> 5;; Author: Gerd Moellmann <gerd@acm.org>
6;; Keywords: help c mouse tools 6;; Keywords: help c mouse tools
@@ -26,11 +26,7 @@
26 26
27;;; Code: 27;;; Code:
28 28
29(eval-when-compile 29(eval-when-compile (require 'cl)) ; for case macro
30 (require 'cl)
31 (require 'comint)
32 (require 'gud)
33 (require 'gdb-ui))
34 30
35 31
36;;; Customizable settings 32;;; Customizable settings
@@ -524,5 +520,5 @@ use either \\[customize] or the function `tooltip-mode'."
524 520
525(provide 'tooltip) 521(provide 'tooltip)
526 522
527;;; arch-tag: 3d61135e-4618-4a78-af28-183f6df5636f 523;; arch-tag: 3d61135e-4618-4a78-af28-183f6df5636f
528;;; tooltip.el ends here 524;;; tooltip.el ends here