aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-local-vars.el
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2007-05-10 14:05:09 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2007-05-10 14:05:09 +0000
commitdf697037ca4d76b75d784cdb81bb2e2fc4dfa24a (patch)
treee2f48d69acc230ac23f59b7d5150d2fa74bfc06a /coq/coq-local-vars.el
parent6f6d43880bb19767c38580225e83965965e6ae34 (diff)
Never use special chars with >= coq-8.1.
proof-shell-unicode set to nil by default because of xemacs which needs a library for utf-8.
Diffstat (limited to 'coq/coq-local-vars.el')
-rw-r--r--coq/coq-local-vars.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq-local-vars.el b/coq/coq-local-vars.el
index 3d9f2001..396d6f6e 100644
--- a/coq/coq-local-vars.el
+++ b/coq/coq-local-vars.el
@@ -116,7 +116,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-utf-safe '("-emacs-U") '("-emacs")))
+ (progargs (if coq-version-is-V8-1 '("-emacs-U") '("-emacs")))
(option))
;; first suggest preious directories
(while olddirs