aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coq/coq.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 80ccb539..a923dcba 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -133,7 +133,7 @@ On Windows you might need something like:
(setq tags-always-exact t) ; Tags is unusable with Coq library otherwise:
(defun coq-library-directory ()
- (let ((c (substring (shell-command-to-string (concat coq-prog-name " -where")) 0 -1 )))
+ (let ((c (substring (shell-command-to-string "coqtop -where") 0 -1 )))
(if (string-match c "not found")
"/usr/local/lib/coq"
c)))