aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isar.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-08-17 16:27:35 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-08-17 16:27:35 +0000
commit6c0ea2f4c2fa6c7e4c157080c763902134f5e273 (patch)
tree196424da0be81ab942126896693f9608fa27235f /isar/isar.el
parente7c86841f0574ff2024c5fd54bf338a5af3ed3df (diff)
Tidy
Diffstat (limited to 'isar/isar.el')
-rw-r--r--isar/isar.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/isar/isar.el b/isar/isar.el
index fb1edeb6..9b40ad5b 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -178,9 +178,9 @@ See -k option for Isabelle interface script."
;; Normal case: quotation for backslash, quote mark.
'(("\\\\" . "\\\\") ("\"" . "\\\"")))
- proof-shell-proof-completed-regexp nil ; n.a.
proof-shell-interrupt-regexp "\^AM\\*\\*\\* Interrupt"
- proof-shell-error-regexp "\^AM\\*\\*\\*"
+ proof-shell-error-regexp "\^AM\\*\\*\\*"
+ proof-shell-proof-completed-regexp nil ; n.a.
proof-shell-abort-goal-regexp nil ; n.a.
pg-next-error-regexp "\\((line \\([0-9]+\\) of \"[^\"]+\")\\)"