aboutsummaryrefslogtreecommitdiff
path: root/coq
diff options
context:
space:
mode:
authorPierre Courtieu2013-07-04 12:22:34 +0000
committerPierre Courtieu2013-07-04 12:22:34 +0000
commit8dc8561b71646db2342d6aac86d654a386478219 (patch)
tree9b48043342f77a56231cd183ca321ad08b563602 /coq
parent19c71e830997b7311ba612f02b31165971180291 (diff)
Fixing undeclared variables for compilation.
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/coq/coq.el b/coq/coq.el
index e0fb309c..336f6205 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -26,6 +26,8 @@
(defvar string nil) ; dynamic scope in coq-insert-as stuff
(defvar coq-auto-insert-as nil) ; defpacustom
(defvar coq-time-commands nil) ; defpacustom
+ (defvar use-project-file t) ; defpacustom
+ (defvar coq-project-filename nil) ; defpacustom
(defvar coq-use-editing-holes nil) ; defpacustom
(defvar coq-hide-additional-subgoals nil) ; defpacustom
(proof-ready-for-assistant 'coq)) ; compile for coq