From 857dd623cc44476a42e7d3d1df758111ef7ddcbc Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Wed, 10 Nov 2004 06:47:35 +0000 Subject: [PATCH] Don't require cl, comint, gud, gdb-ui for compilation. The resulting compiler warnings appear to be harmless. --- lisp/tooltip.el | 6 ------ 1 file changed, 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 -- 2.39.5