aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-local-vars.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-10 22:48:55 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-10 22:48:55 +0000
commitb45fc894461c3df3844c950eea0bebc8f2da7b8c (patch)
tree12ef48df93f330a246cd940bedbe4e4622d9fb72 /coq/coq-local-vars.el
parentf934b974ca1d2a125baee95d244961b31a5f12f6 (diff)
Move (require 'local-vars-list) from coq.el
Diffstat (limited to 'coq/coq-local-vars.el')
-rw-r--r--coq/coq-local-vars.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/coq/coq-local-vars.el b/coq/coq-local-vars.el
index 5643152d..08e871cf 100644
--- a/coq/coq-local-vars.el
+++ b/coq/coq-local-vars.el
@@ -9,6 +9,8 @@
;;; Commentary:
;;
+(require 'local-vars-list) ; in lib directory
+
(eval-when-compile
(defvar coq-prog-name nil)
(defvar coq-prog-args nil))