From 7f0aca40899e3758402816b7d681d02a8ee7e6e3 Mon Sep 17 00:00:00 2001 From: Makarius Wenzel Date: Mon, 7 Feb 2000 10:05:32 +0000 Subject: fixed proof-shell-error-regexp; --- isa/isa.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isa/isa.el b/isa/isa.el index a4f18f33..03c3b11d 100644 --- a/isa/isa.el +++ b/isa/isa.el @@ -144,7 +144,7 @@ and script mode." ;; FIXME: the next two are probably only good for NJ/SML proof-shell-interrupt-regexp "Interrupt" - proof-shell-error-regexp "^\364\\*\\*\\*\\|^.*Error:\\|^uncaught exception \\|^Exception- " + proof-shell-error-regexp "^\364\\*\\*\\*\\|^.*Error:\\|^uncaught exception \\|^Exception-\\( \\|$\\)" ;; matches names of assumptions proof-shell-assumption-regexp isa-id -- cgit v1.2.3