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.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/coq/coq-autotest.el b/coq/coq-autotest.el
index 3158ccd1..f803b852 100644
--- a/coq/coq-autotest.el
+++ b/coq/coq-autotest.el
@@ -5,7 +5,9 @@
;; $Id$
;;
-(require 'cl)
+(eval-when-compile
+ (require 'cl))
+
(eval-when (compile)
(require 'proof-site)
(proof-ready-for-assistant 'coq))