diff options
| author | David Aspinall | 2002-01-16 16:09:35 +0000 |
|---|---|---|
| committer | David Aspinall | 2002-01-16 16:09:35 +0000 |
| commit | 2cccbd512b4f6d95f8f19edcc52dc41f40920322 (patch) | |
| tree | f5ddb93b9b369f128b706300ab06777396176d00 | |
| parent | 31e269e30031321c4ee9e9ac03f33207df236044 (diff) | |
Rename proof-shell-spill-output-regexp -> proof-shell-trace-output-regexp
| -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." |
