aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-local-vars.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-09 00:22:28 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-09 00:22:28 +0000
commit40bf959e5e42d155cae46871c54bc29ad2d1b4e1 (patch)
treec6c3a9c187241a4453fe2a2199caa40c1188382d /coq/coq-local-vars.el
parent42fadfd4d4de3fe4147e3fdd181240621d0d5176 (diff)
Another V-8-1 test
Diffstat (limited to 'coq/coq-local-vars.el')
-rw-r--r--coq/coq-local-vars.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/coq/coq-local-vars.el b/coq/coq-local-vars.el
index 33246368..5643152d 100644
--- a/coq/coq-local-vars.el
+++ b/coq/coq-local-vars.el
@@ -11,8 +11,7 @@
(eval-when-compile
(defvar coq-prog-name nil)
- (defvar coq-prog-args nil)
- (defvar coq-version-is-V8-1 nil))
+ (defvar coq-prog-args nil))
;;; Code:
@@ -130,7 +129,7 @@ These variable describes the coqtop arguments to be launched on this file.
Optional argument OLDVALUE specifies the previous value of `coq-prog-args', it
will be used to suggest values to the user."
(let* ((olddirs (coq-extract-directories-from-args oldvalue))
- (progargs (if coq-version-is-V8-1 '("-emacs-U") '("-emacs")))
+ (progargs "-emacs-U")
(option))
;; first suggest previous directories
(while olddirs