aboutsummaryrefslogtreecommitdiff
path: root/proof.el
diff options
context:
space:
mode:
authorDilip Sequiera1996-12-03 13:57:01 +0000
committerDilip Sequiera1996-12-03 13:57:01 +0000
commit310560440b367385a37ad8a6a32f7b07e4637588 (patch)
tree3711b98b14e8f39ee7f9589f31365c9fa04a7684 /proof.el
parent4699c4b427eb4e27d86d46dfdcffce9da18bc5a2 (diff)
A few small fixes to deal with performance problems.
Diffstat (limited to 'proof.el')
-rw-r--r--proof.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/proof.el b/proof.el
index 601450b9..f9305e12 100644
--- a/proof.el
+++ b/proof.el
@@ -326,7 +326,6 @@
(defun proof-start-shell ()
(run-hooks 'proof-pre-shell-start-hook)
- (pbp-goals-init)
(let ((proof-buf (and proof-shell-process-name (proof-shell-buffer))))
(if (comint-check-proc proof-buf)
()
@@ -346,6 +345,7 @@
(proof-spawn-process proof-shell-prog-name
proof-shell-process-name proof-shell-buffer-name)
+ (pbp-goals-init)
(run-hooks 'proof-post-shell-start-hook)
(message
(format "Starting %s process... done." proof-shell-process-name)))))