* lisp/generic-x.el: No need to require comint when compiling.

This commit is contained in:
Glenn Morris 2013-05-06 00:18:36 -07:00
parent 7b92bf9813
commit 7d889a47ec
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2013-05-06 Glenn Morris <rgm@gnu.org>
* generic-x.el: No need to require comint when compiling.
* net/eudc-export.el: Make it loadable without bbdb.
(top-level): Use require rather than load-library.
(eudc-create-bbdb-record, eudc-bbdbify-phone)

View 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))