diff options
| author | Pierre Courtieu | 2013-07-04 12:22:34 +0000 |
|---|---|---|
| committer | Pierre Courtieu | 2013-07-04 12:22:34 +0000 |
| commit | 8dc8561b71646db2342d6aac86d654a386478219 (patch) | |
| tree | 9b48043342f77a56231cd183ca321ad08b563602 /coq | |
| parent | 19c71e830997b7311ba612f02b31165971180291 (diff) | |
Fixing undeclared variables for compilation.
Diffstat (limited to 'coq')
| -rw-r--r-- | coq/coq.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
