diff options
| -rw-r--r-- | isa/isa.el | 2 | ||||
| -rw-r--r-- | isar/isar.el | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -202,7 +202,7 @@ and script mode." proof-shell-eager-annotation-start "\360\\|\362" proof-shell-eager-annotation-start-length 1 proof-shell-eager-annotation-end "\361\\|\363" - proof-shell-spill-output-regexp "\375" + proof-shell-trace-output-regexp "\375" ;; Some messages delimited by eager annotations proof-shell-clear-response-regexp "Proof General, please clear the response buffer." diff --git a/isar/isar.el b/isar/isar.el index 79ba6f43..7a290ebf 100644 --- a/isar/isar.el +++ b/isar/isar.el @@ -205,7 +205,7 @@ proof-shell-eager-annotation-start-length 1 proof-shell-eager-annotation-start "\360\\|\362" proof-shell-eager-annotation-end "\361\\|\363" - proof-shell-spill-output-regexp "\375" + proof-shell-trace-output-regexp "\375" ;; Some messages delimited by eager annotations proof-shell-clear-response-regexp "Proof General, please clear the response buffer." |
