aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/proof-shell.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/generic/proof-shell.el b/generic/proof-shell.el
index 7595e3f7..24ae9e5e 100644
--- a/generic/proof-shell.el
+++ b/generic/proof-shell.el
@@ -192,9 +192,12 @@ Runs proof-state-change-hook to notify state change."
Also generates goal and response buffers.
Does nothing if proof assistant is already running."
(interactive)
- (if (proof-shell-live-buffer)
- ()
+ (unless (proof-shell-live-buffer)
+
+ ;; This should configure the generic variables
(run-hooks 'proof-pre-shell-start-hook)
+
+ ;; Clear some state
(setq proof-included-files-list nil)
;; Added 05/99 by Patrick L.