aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq.el
diff options
context:
space:
mode:
Diffstat (limited to 'coq/coq.el')
-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 "(*")