aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2003-10-05 15:51:15 +0000
committerDavid Aspinall2003-10-05 15:51:15 +0000
commit9fd42ff8e8e5ddb3a1f26501f0bf1a9e54036ccc (patch)
tree3e0576c716541f4f92f40b5bd250cebdaf2cdbd0
parenta837dfa35584a38af5e0a1678876ee21c40374ac (diff)
Remove proof-shell-interactive-input-regexp again!
-rw-r--r--isar/isar.el3
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"))
;;