diff options
| author | Pierre Courtieu | 2000-09-29 12:17:10 +0000 |
|---|---|---|
| committer | Pierre Courtieu | 2000-09-29 12:17:10 +0000 |
| commit | 63000d541743e839c62be74af1158f241124ba42 (patch) | |
| tree | 5959625fddb7f5a74ee272f7e4095d3dcb486dd8 /coq/coq-syntax.el | |
| parent | ef4c4bdd09a577e40f3e5e31cb78349e60ce48f1 (diff) | |
Added Uncaught exception errors in coq-error-regexp.
Diffstat (limited to 'coq/coq-syntax.el')
| -rw-r--r-- | coq/coq-syntax.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq-syntax.el b/coq/coq-syntax.el index 25880fed..5e559ea9 100644 --- a/coq/coq-syntax.el +++ b/coq/coq-syntax.el @@ -257,7 +257,7 @@ "Punctuation Symbols used by Coq") ;; ----- regular expressions -(defvar coq-error-regexp "^\\(Error\\|Discarding\\|Syntax error\\|System Error\\|Anomaly\\)" +(defvar coq-error-regexp "^\\(Error\\|Discarding\\|Syntax error\\|System Error\\|Anomaly\\|Uncaught exception\\)" "A regular expression indicating that the Coq process has identified an error.") |
