aboutsummaryrefslogtreecommitdiffhomepage
path: root/lego
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2007-08-14 14:12:40 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2007-08-14 14:12:40 +0000
commitfecff511bb9fd00267ad9d0d547a64e012480908 (patch)
tree97a4f13ce94699f19241d79e34a7b5c2397ec9b8 /lego
parent92bf338edd846931e952507b369179c0f67a75ed (diff)
Add support for sending back literal commands reusing PBP markup mechanisms.
Diffstat (limited to 'lego')
-rw-r--r--lego/lego.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lego/lego.el b/lego/lego.el
index 7a15ab29..7a80df31 100644
--- a/lego/lego.el
+++ b/lego/lego.el
@@ -321,7 +321,7 @@ Checks the width in the `proof-goals-buffer'"
proof-completed-proof-behaviour 'closeany ; new in 3.0
proof-count-undos-fn 'lego-count-undos
proof-find-and-forget-fn 'lego-find-and-forget
- pg-topterm-goalhyp-fn 'lego-goal-hyp
+ pg-topterm-goalhyplit-fn 'lego-goal-hyp
proof-state-preserving-p 'lego-state-preserving-p)
(setq proof-save-command-regexp lego-save-command-regexp
@@ -403,7 +403,7 @@ We assume that module identifiers coincide with file names."
pg-subterm-start-char ?\372
pg-subterm-sep-char ?\373
pg-subterm-end-char ?\374
- pg-topterm-char ?\375
+ pg-topterm-regexp "\375"
proof-shell-eager-annotation-start "\376"
proof-shell-eager-annotation-start-length 1
proof-shell-eager-annotation-end "\377"