aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMakarius Wenzel2000-04-12 21:42:20 +0000
committerMakarius Wenzel2000-04-12 21:42:20 +0000
commit4a057678adcaba29c2fb05a54776c668b6fc6f27 (patch)
tree221c0971d4111bc75ff44fd1c7968e6b101d452b
parent17a7238f420d2e5022002acbc8871e0eeb5ab6f0 (diff)
fixed proof-mode-for-goals;
-rw-r--r--isar/isar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/isar.el b/isar/isar.el
index e7798739..42b53369 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -542,7 +542,7 @@ proof-shell-retract-files-regexp."
(defun isar-pre-shell-start ()
(setq proof-prog-name isabelle-isar-prog-name)
(setq proof-mode-for-shell 'isar-shell-mode)
- (setq proof-mode-for-pbp 'isar-goals-mode)
+ (setq proof-mode-for-goals 'isar-goals-mode)
(setq proof-mode-for-response 'isar-response-mode))