From 49fda3fd12b9985da15a52756e4a18fd2bc5ba2b Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 19 Jul 2002 10:38:48 +0000 Subject: Variable name change proof-comment-{start,end}-regexp -> proof-script-comment-{start,end}-regexp. --- hol98/hol98.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'hol98') diff --git a/hol98/hol98.el b/hol98/hol98.el index d18135a9..d45c321c 100644 --- a/hol98/hol98.el +++ b/hol98/hol98.el @@ -17,8 +17,8 @@ (proof-easy-config 'hol98 "HOL" proof-prog-name "hol.unquote" proof-terminal-char ?\; - proof-comment-start "(*" - proof-comment-end "*)" + proof-script-comment-start "(*" + proof-script-comment-end "*)" ;; These are all approximations, of course. proof-goal-command-regexp "^g[ `]" proof-save-command-regexp "pg_top_thm_and_drop" @@ -55,8 +55,7 @@ fun pg_repeat f 0 = () | pg_repeat f n = (f(); pg_repeat f (n-1)); fun pg_top_thm_and_drop () = let val t = top_thm(); in (drop(); t) end;" ;; FIXME: add optional help topic parameter to help command. - ;; Have patch ready for PG 3.2, but PG 3.1 is strictly bug fix. - proof-info-command "help \"hol\"" + proof-info-command "help \"hol\"" proof-shell-proof-completed-regexp "Initial goal proved" ;; FIXME: next one needs setting so that "urgent" messages are displayed ;; eagerly from HOL. -- cgit v1.2.3