aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-local-vars.el
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2006-09-29 15:39:36 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2006-09-29 15:39:36 +0000
commit34b4f94476142ca42cd82104fccf25c9568a118b (patch)
tree7c400763c60ccc720a49d7e294ea8e26c45a8ef7 /coq/coq-local-vars.el
parent6be03c09d7cf0fc70e98de9387254d20c252f977 (diff)
utf safe coq mode is not linked to proof-shell-unicode, as unicode is
not well handle by xemacs.
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 f01227b3..55adc061 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 proof-shell-unicode '("-emacs-U") '("-emacs")))
+ (progargs (if coq-utf-safe '("-emacs-U") '("-emacs")))
(option))
;; first suggest preious directories
(while olddirs