diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2004-11-10 06:47:35 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2004-11-10 06:47:35 +0000 |
commit | 857dd623cc44476a42e7d3d1df758111ef7ddcbc (patch) | |
tree | d7ff69f0c6ece6cd59f5714a2ad9c0fa3dccf84b /lisp/tooltip.el | |
parent | df388ce6a4a0ab063dca560ec7edb43fb5ea8db7 (diff) | |
download | emacs-857dd623cc44476a42e7d3d1df758111ef7ddcbc.tar.gz |
Don't require cl, comint, gud, gdb-ui for
compilation. The resulting compiler warnings appear to be
harmless.
Diffstat (limited to 'lisp/tooltip.el')
-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 |