aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-31 21:50:16 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-31 21:50:16 +0000
commite75ba290328e69c6912d9d0da4ac38f22ef0da62 (patch)
tree0110b97ca5e39a794eedb825027f453df83982d9 /coq
parentceca432451dbd5bf2cbf49433ee7a5641366d23b (diff)
Use proof-locate-executable so works out-of-the-box on Windows.
Diffstat (limited to 'coq')
-rw-r--r--coq/coq-syntax.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq-syntax.el b/coq/coq-syntax.el
index 00ffa3b7..f0d26253 100644
--- a/coq/coq-syntax.el
+++ b/coq/coq-syntax.el
@@ -10,7 +10,7 @@
(require 'coq-db)
(defcustom coq-prog-name ;; da: moved from coq.el since needed here
- "coqtop"
+ (proof-locate-executable "coqtop.opt" t '("C:/Program Files/Coq/bin"))
"*Name of program to run as Coq. See `proof-prog-name', which is set from this.
On Windows with latest Coq package you might need something like:
C:/Program Files/Coq/bin/coqtop.opt.exe