aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-autotest.el
diff options
context:
space:
mode:
Diffstat (limited to 'coq/coq-autotest.el')
-rw-r--r--coq/coq-autotest.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/coq/coq-autotest.el b/coq/coq-autotest.el
index f1b8e020..df91010d 100644
--- a/coq/coq-autotest.el
+++ b/coq/coq-autotest.el
@@ -10,7 +10,8 @@
(eval-when (compile)
(require 'proof-site)
- (proof-ready-for-assistant 'coq))
+ (proof-ready-for-assistant 'coq)
+ (defvar coq-compile-before-require nil))
(require 'pg-autotest)