aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-autotest.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2011-04-26 14:50:01 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2011-04-26 14:50:01 +0000
commit06fcca32039e17e008be0d5fcca05975f292534e (patch)
tree357f444c3889559a2f534cf142fab502ece24300 /coq/coq-autotest.el
parent54748f66a798b9f4af515c70581cde014860c860 (diff)
Fix compile
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)