aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-14 01:24:10 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-14 01:24:10 +0000
commitda88d02c38e53e3ae9b5f4f625023dc58d6ae472 (patch)
tree0caf9b02f95a5e3b800846b374b2fc1886681578 /coq/coq.el
parentd661066d35b2d88cac117def78acf7afde567c19 (diff)
Attempt to fix compile problems
Diffstat (limited to 'coq/coq.el')
-rw-r--r--coq/coq.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 78915803..799404ff 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -25,15 +25,6 @@
;; (defun proofstack () (coq-get-span-proofstack (span-at (point) 'type)))
;; End debugging
-(defcustom coq-prog-name
- "coqtop"
-;; On Windows with latest Coq package you might need something like:
-;; "C:/Program Files/Coq/bin/coqtop.opt.exe"
-;; instead of just "coqtop". See also coq-prog-env below.
- "*Name of program to run as Coq. Important: See `proof-prog-name'."
- :type 'string
- :group 'coq)
-
;; List of arguments to pass to Coq process. Should contain -emacs.
;; -translate will be added automatically to this list if `coq-translate-to-v8'
;; is set.