]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/generic-x.el: No need to require comint when compiling.
authorGlenn Morris <rgm@gnu.org>
Mon, 6 May 2013 07:18:36 +0000 (00:18 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 6 May 2013 07:18:36 +0000 (00:18 -0700)
lisp/ChangeLog
lisp/generic-x.el

index f688e192accfd5aa2276a11b0c10192d9f4d6a01..84f80c330f33816c8d3f69aa560e24463008b6d3 100644 (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)
index d0250cb5210eb8eceafa92152f67b2f89a200ebc..946b81992f867f29f09fd870f006540aa0256e7f 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))