aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Tews2011-01-19 10:09:22 +0000
committerHendrik Tews2011-01-19 10:09:22 +0000
commit9ed9a25d4cc52a1417106e0db8c1e6507be60356 (patch)
treee7d15bff6fd02efa8f59f52cfafa7128a006695c
parenta91a50053c1854fe00584e46a5924571665c89f3 (diff)
- switch off automatic compilation for coq to not surprise users
too much
-rw-r--r--coq/coq.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index ef3b3969..69aec2dd 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -1112,7 +1112,7 @@ Currently this doesn't take the loadpath into account."
:group 'coq
:package-version '(ProofGeneral . "4.1"))
-(defcustom coq-compile-before-require t
+(defcustom coq-compile-before-require nil
"*If `t' check dependencies of required modules and compile if necessary.
If `t' ProofGeneral intercepts \"Require\" commands and checks if the
required library module and its dependencies are up-to-date. If not, they