aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1999-10-06 10:57:27 +0000
committerDavid Aspinall1999-10-06 10:57:27 +0000
commite76a829f1d45b52bff9d9351fdeaa354aafffde7 (patch)
tree8b965ea0b7350c7bb547aff85b076d51ff7804f4
parent0bcb0fa5b07aa7c1be55f7f8901875763604400d (diff)
Fixed coq-interrupt-regexp.
-rw-r--r--coq/coq.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index ef3f5a8d..2aa751a9 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -41,7 +41,7 @@
:type 'string
:group 'coq)
-(defconst coq-interrupt-regexp "Interrupted"
+(defconst coq-interrupt-regexp "User Interrupt."
"Regexp corresponding to an interrupt")
(defcustom coq-default-undo-limit 100