diff options
| author | David Aspinall | 2003-10-05 15:51:15 +0000 |
|---|---|---|
| committer | David Aspinall | 2003-10-05 15:51:15 +0000 |
| commit | 9fd42ff8e8e5ddb3a1f26501f0bf1a9e54036ccc (patch) | |
| tree | 3e0576c716541f4f92f40b5bd250cebdaf2cdbd0 | |
| parent | a837dfa35584a38af5e0a1678876ee21c40374ac (diff) | |
Remove proof-shell-interactive-input-regexp again!
| -rw-r--r-- | isar/isar.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/isar/isar.el b/isar/isar.el index 063d331c..5a7831f7 100644 --- a/isar/isar.el +++ b/isar/isar.el @@ -537,8 +537,7 @@ Checks the width in the `proof-goals-buffer'" (setq proof-mode-for-shell 'isar-shell-mode) (setq proof-mode-for-goals 'isar-goals-mode) (setq proof-mode-for-response 'isar-response-mode) - (setq proof-shell-trace-output-regexp "\375") - (setq proof-shell-interactive-input-regexp "\375\\*\\*")) + (setq proof-shell-trace-output-regexp "\375")) ;; |
