aboutsummaryrefslogtreecommitdiff
path: root/coq
diff options
context:
space:
mode:
authorDavid Aspinall2010-08-27 16:32:16 +0000
committerDavid Aspinall2010-08-27 16:32:16 +0000
commite1a327e5621d191fe408d12b331d05dda17b395c (patch)
treec3bb2de9a1c4318b4243ddf1432ed84c3b2dfe1a /coq
parent1e0d6e79c32b49ea82bf7b20bd4fbeeaffd3821a (diff)
Replace proof-terminal-char with proof-terminal-string.
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 73496c14..875ecedc 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -649,7 +649,7 @@ This is specific to `coq-mode'."
(defun coq-mode-config ()
;; Coq error messages are thrown off by TAB chars.
(set (make-local-variable 'indent-tabs-mode) nil)
- (setq proof-terminal-char ?\.)
+ (setq proof-terminal-string ".")
(setq proof-script-command-end-regexp
"\\(?:[^.]\\|\\(?:\\.\\.\\)\\)\\.\\(\\s-\\|\\'\\)")
(setq proof-script-comment-start "(*")