diff options
| author | Dilip Sequiera | 1996-12-03 13:57:01 +0000 |
|---|---|---|
| committer | Dilip Sequiera | 1996-12-03 13:57:01 +0000 |
| commit | 310560440b367385a37ad8a6a32f7b07e4637588 (patch) | |
| tree | 3711b98b14e8f39ee7f9589f31365c9fa04a7684 /proof.el | |
| parent | 4699c4b427eb4e27d86d46dfdcffce9da18bc5a2 (diff) | |
A few small fixes to deal with performance problems.
Diffstat (limited to 'proof.el')
| -rw-r--r-- | proof.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))))) |
