diff options
| author | Hendrik Tews | 2011-01-19 10:09:22 +0000 |
|---|---|---|
| committer | Hendrik Tews | 2011-01-19 10:09:22 +0000 |
| commit | 9ed9a25d4cc52a1417106e0db8c1e6507be60356 (patch) | |
| tree | e7d15bff6fd02efa8f59f52cfafa7128a006695c | |
| parent | a91a50053c1854fe00584e46a5924571665c89f3 (diff) | |
- switch off automatic compilation for coq to not surprise users
too much
| -rw-r--r-- | coq/coq.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
