* lisp/generic-x.el: No need to require comint when compiling.
This commit is contained in:
parent
7b92bf9813
commit
7d889a47ec
2 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue