aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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"))
;;