From fecff511bb9fd00267ad9d0d547a64e012480908 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Tue, 14 Aug 2007 14:12:40 +0000 Subject: Add support for sending back literal commands reusing PBP markup mechanisms. --- lego/lego.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lego') 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" -- cgit v1.2.3