aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq.el
diff options
context:
space:
mode:
Diffstat (limited to 'coq/coq.el')
-rw-r--r--coq/coq.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index d5e120e3..c3edeb7f 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -66,7 +66,9 @@ To disable coqc being called (and use only make), set this to nil."
(require 'coq-syntax)
(require 'coq-indent)
-(defcustom coq-utf-safe "" nil)
+(defcustom coq-utf-safe nil
+ "Should be t if one wants no multibyte characters be used for
+controling coq prompt. Only for coq >= 8.1 (and 8.1 beta)")
(if (and coq-utf-safe coq-version-is-V8-1) (setq coq-prog-args '("-emacs-U"))
(setq coq-prog-args '("-emacs")))