diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/tooltip.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el index 6ff86b4cf0b..cad0cdf7645 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -26,12 +26,6 @@ ;;; Code: -(eval-when-compile - (require 'cl) - (require 'comint) - (require 'gud) - (require 'gdb-ui)) - ;;; Customizable settings |