aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2007-12-12 12:27:55 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2007-12-12 12:27:55 +0000
commit3bd365769b79cd8719b4c8078755b68912dd4c6d (patch)
tree4754ede9e699c8f9844f3f0659d32ccaec8520b5 /generic
parentcca4a15de48e7580f81158a14b583b930c4494de (diff)
Compatibility with coq trunk where some special symbols are removed.
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-shell.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/proof-shell.el b/generic/proof-shell.el
index e97fdd52..9d806a86 100644
--- a/generic/proof-shell.el
+++ b/generic/proof-shell.el
@@ -434,8 +434,8 @@ Does nothing if proof assistant is already running."
(setq proof-eagerly-raise nil))
;; Set mode for goals buffer
(set-buffer proof-goals-buffer)
- (and (fboundp 'toggle-enable-multibyte-characters)
- (toggle-enable-multibyte-characters -1))
+; (and (fboundp 'toggle-enable-multibyte-characters)
+; (toggle-enable-multibyte-characters -1))
(funcall proof-mode-for-goals)
;; Setting modes initialises local variables which
;; may affect frame/buffer appearance: so we fire up frames