aboutsummaryrefslogtreecommitdiffhomepage
path: root/lego
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1998-10-27 15:18:28 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1998-10-27 15:18:28 +0000
commitfc9af819f6faa4214c376f74a14e4db45178c921 (patch)
tree6505dc2075ca4fa4cdbab9ed2d2f0e5bff502efb /lego
parent787e3d0cccf840d87111a5626deaeb8c07156a9d (diff)
Moved pbp-goal-command and pbp-hyp-command to proof-config.Moved LEGO specifix.
Diffstat (limited to 'lego')
-rw-r--r--lego/lego.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lego/lego.el b/lego/lego.el
index 2ea0594e..3a6fe5d4 100644
--- a/lego/lego.el
+++ b/lego/lego.el
@@ -404,6 +404,10 @@
(lego-init-syntax-table)
+ ;; da: I've moved these out of proof-config-done in proof-script.el
+ (setq pbp-goal-command (concat "Pbp %s" proof-terminal-string))
+ (setq pbp-hyp-command (concat "PbpHyp %s" proof-terminal-string))
+
(proof-config-done)
(define-key (current-local-map) [(control c) ?i] 'lego-intros)