]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix dependency error during bootstrap
authorTino Calancha <tino.calancha@gmail.com>
Sun, 30 Apr 2017 02:33:37 +0000 (11:33 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Sun, 30 Apr 2017 02:33:37 +0000 (11:33 +0900)
* lisp/files.el: Require pcase and easy-mmode at compile time.

lisp/files.el

index af2a713822d23faa7cb33d0c6475b25366b59f0a..0978fa254f6cac88ff39706d59cc028fcf0301ec 100644 (file)
 
 ;;; Code:
 
+(eval-when-compile
+  (require 'pcase)
+  (require 'easy-mmode)) ; For `define-minor-mode'.
+
 (defvar font-lock-keywords)
 
 (defgroup backup nil