diff options
| author | David Aspinall | 1999-10-06 10:57:27 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-10-06 10:57:27 +0000 |
| commit | e76a829f1d45b52bff9d9351fdeaa354aafffde7 (patch) | |
| tree | 8b965ea0b7350c7bb547aff85b076d51ff7804f4 | |
| parent | 0bcb0fa5b07aa7c1be55f7f8901875763604400d (diff) | |
Fixed coq-interrupt-regexp.
| -rw-r--r-- | coq/coq.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
