diff options
| author | Clément Pit--Claudel | 2017-02-25 19:35:35 -0500 |
|---|---|---|
| committer | Clément Pit--Claudel | 2017-03-08 15:06:17 -0500 |
| commit | 98f2e463287e3562dc7b7126e062919a8604ca4a (patch) | |
| tree | e2fc6e477e8c82f4cc1db25cb81931ca9e680a84 /coq/coq-compile-common.el | |
| parent | 673082b2bee3ca327db56bdc559f7f925259d1c8 (diff) | |
Remove compile-time calls to proof-ready-for-assistant
Compilation used to run in a separate Emacs process for each file, but that's not
what happens when installing PG with package.el.
Diffstat (limited to 'coq/coq-compile-common.el')
| -rw-r--r-- | coq/coq-compile-common.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/coq/coq-compile-common.el b/coq/coq-compile-common.el index 48772889..c557f474 100644 --- a/coq/coq-compile-common.el +++ b/coq/coq-compile-common.el @@ -15,14 +15,12 @@ (require 'proof-shell) (require 'coq-system) +(require 'compile) (eval-when (compile) ;;(defvar coq-pre-v85 nil) - (require 'compile) (defvar coq-confirm-external-compilation); defpacustom - (defvar coq-compile-parallel-in-background) ; defpacustom - (proof-ready-for-assistant 'coq)) ; compile for coq - + (defvar coq-compile-parallel-in-background)) ; defpacustom ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; |
