aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1998-11-12 15:19:44 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1998-11-12 15:19:44 +0000
commitc67b03c51248f10e693f2c5f112dbc21f7d01298 (patch)
treeb076b94783034a3ba97c6e6176154d46fff127ef
parent2b4fd844764c879be213db695821847b351ef373 (diff)
Bug in regexp
-rw-r--r--isa/isa.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/isa/isa.el b/isa/isa.el
index 110c543a..28e1c1a9 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -163,7 +163,7 @@ no regular or easily discernable structure."
proof-shell-proof-completed-regexp "No subgoals!"
;; FIXME: the next two are probably only good for NJ/SML
- proof-shell-error-regexp "^.*Error:\\|^\\364\\*\\*\\*"
+ proof-shell-error-regexp "^.*Error:\\|^\364\\*\\*\\*"
proof-shell-interrupt-regexp "Interrupt"
;; nothing appropriate for: proof-shell-abort-goal-regexp
@@ -322,6 +322,7 @@ isa-proofscript-mode."
(defun isa-process-thy-file (file)
"Process the theory file FILE. If interactive, use buffer-file-name."
(interactive (list buffer-file-name))
+ (save-some-buffers)
(proof-shell-invisible-command
(format isa-usethy-notopml-command
(file-name-sans-extension file))))