aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-local-vars.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2011-10-17 10:11:47 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2011-10-17 10:11:47 +0000
commitd73380a2bc6b0cf8d79f84f6d515cfce1a332551 (patch)
treed92ed1844335a398ecdacb7fa63b1d5ffb6df4bd /coq/coq-local-vars.el
parentdfd44be957129baacbfc8ae7fdf587cfa6431129 (diff)
Attempt to support stricter bytecomp flags
Diffstat (limited to 'coq/coq-local-vars.el')
-rw-r--r--coq/coq-local-vars.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/coq/coq-local-vars.el b/coq/coq-local-vars.el
index bd57ae0f..82c3f93e 100644
--- a/coq/coq-local-vars.el
+++ b/coq/coq-local-vars.el
@@ -11,7 +11,9 @@
(require 'local-vars-list) ; in lib directory
-(require 'cl)
+(eval-when-compile
+ (require 'cl))
+
(eval-when (compile)
(defvar coq-prog-name nil)
(defvar coq-load-path nil))