# HG changeset patch # User Nick Roberts # Date 1100069255 0 # Node ID efb443ceace48fd9861457a3bfd8c639b02cf8f3 # Parent 9aaf413e242b81cd385e9640cb96c300ad6ca5ba Don't require cl, comint, gud, gdb-ui for compilation. The resulting compiler warnings appear to be harmless. diff -r 9aaf413e242b -r efb443ceace4 lisp/tooltip.el --- a/lisp/tooltip.el Wed Nov 10 06:46:50 2004 +0000 +++ b/lisp/tooltip.el Wed Nov 10 06:47:35 2004 +0000 @@ -26,12 +26,6 @@ ;;; Code: -(eval-when-compile - (require 'cl) - (require 'comint) - (require 'gud) - (require 'gdb-ui)) - ;;; Customizable settings