* lisp/generic-x.el: No need to require comint when compiling.
[bpt/emacs.git] / lisp / generic-x.el
index d0250cb..946b819 100644 (file)
@@ -548,7 +548,6 @@ like an INI file.  You can add this hook to `find-file-hook'."
     (compile
      (concat (w32-shell-name) " -c " (buffer-file-name)))))
 
-(eval-when-compile (require 'comint))
 (declare-function comint-mode "comint" ())
 (declare-function comint-exec "comint" (buffer name command startfile switches))