aboutsummaryrefslogtreecommitdiff
path: root/proof.el
diff options
context:
space:
mode:
authorDilip Sequiera1996-12-03 16:50:55 +0000
committerDilip Sequiera1996-12-03 16:50:55 +0000
commitd30f644bb2abc610cab3ec67ce1914671199f2ad (patch)
tree1e1abb266636d80766f31ef2917470bef894313e /proof.el
parent64fdd5b9b5a1e12c3f21bbb1a41e60fb39a726c3 (diff)
Invisible pbp command handling
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 f9305e12..086998b1 100644
--- a/proof.el
+++ b/proof.el
@@ -345,8 +345,8 @@
(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)
+ (pbp-goals-init)
(message
(format "Starting %s process... done." proof-shell-process-name)))))