aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq.el
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2006-09-25 17:04:32 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2006-09-25 17:04:32 +0000
commit20a015dc14428774fc0feb4edbeb640e17cb6b00 (patch)
tree7a27da44e859b9e41aa13ff91f7b126b380d2acf /coq/coq.el
parentf8bca90f071098530612761cf04c1d9963c381aa (diff)
Added \x6 as a possible wakeup char for coq. For the moment this
special char is used when the -emacs-U is used (with or instead of -emacs) in cvs version of coq of today 25/9/2006.
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 feafec6b..1c81b8cc 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -922,7 +922,7 @@ This is specific to `coq-mode'."
proof-shell-interrupt-regexp coq-interrupt-regexp
proof-shell-assumption-regexp coq-id
pg-subterm-first-special-char ?\360
- proof-shell-wakeup-char ?\371 ; done: prompt
+ proof-shell-wakeup-char nil ; ?\x6 ;?\371 ; done: prompt
;; The next three represent path annotation information
pg-subterm-start-char ?\372 ; not done
pg-subterm-sep-char ?\373 ; not done