aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq.el
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2008-01-28 10:03:22 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2008-01-28 10:03:22 +0000
commit355b108aa856e3118f721c4f169bd86186ad8ce3 (patch)
tree3b93f618e53283722e5267c37cf63e0c086ee2d0 /coq/coq.el
parent2086154e7f462f1a73bfb6b99d179f86c39d1936 (diff)
Fixed a problem with a wrong side effect on syntax databases (when
sorting for menus).
Diffstat (limited to 'coq/coq.el')
-rw-r--r--coq/coq.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/coq/coq.el b/coq/coq.el
index b0c0e476..9f507412 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -86,6 +86,9 @@ To disable coqc being called (and use only make), set this to nil."
;; library `un-define' to work on xemacs."
;; (or (boundp 'proof-shell-unicode) (setq proof-shell-unicode nil))
;; da: I think the default t setting now works fine, at least for me.
+;; pc: 8.0 backward compliance:
+(if coq-version-is-V8-0 (setq proof-shell-unicode nil))
+
(defcustom coq-prog-env nil
"*List of environment settings d to pass to Coq process.
@@ -940,8 +943,6 @@ To be used in `proof-shell-process-output-system-specific'."
)))
-
-
(defun coq-shell-mode-config ()
(setq
proof-shell-prompt-pattern coq-shell-prompt-pattern