diff options
| -rw-r--r-- | isa/isa.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,7 @@ and script mode." proof-shell-proof-completed-regexp (concat proof-shell-start-goals-regexp - "\\(\\(.\\|\n\\)*\nNo subgoals!\n\\)" + "\\([\000-\377]*\nNo subgoals!\n\\)" proof-shell-end-goals-regexp) ;; initial command configures Isabelle by hacking print functions. |
