aboutsummaryrefslogtreecommitdiff
path: root/coq/coq.el
diff options
context:
space:
mode:
authorDavid Aspinall2009-09-16 10:31:28 +0000
committerDavid Aspinall2009-09-16 10:31:28 +0000
commit7fb5e30e23dbefe96aa4bee9df9e7c161d7e4ac1 (patch)
tree7f413c8f18227e06dc2f2a617586201ab93188e4 /coq/coq.el
parentd1ce95f0ffb1ed45305b7b56664fbc10cd1fbfef (diff)
Fix compile warnings
Diffstat (limited to 'coq/coq.el')
-rw-r--r--coq/coq.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/coq/coq.el b/coq/coq.el
index ffaed23f..13eda8d2 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -11,8 +11,7 @@
;;
;;; History:
-(eval-when-compile
- (require 'cl))
+(require 'cl)
(eval-when (compile)
(require 'proof-utils)