aboutsummaryrefslogtreecommitdiffhomepage
path: root/hol98
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-07-19 10:38:48 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-07-19 10:38:48 +0000
commit49fda3fd12b9985da15a52756e4a18fd2bc5ba2b (patch)
tree3019b25e43a985ae6313cc49f8ce7ed2f07d312b /hol98
parentcc57674092a79b12053f8a5556c331ec83426ae5 (diff)
Variable name change proof-comment-{start,end}-regexp -> proof-script-comment-{start,end}-regexp.
Diffstat (limited to 'hol98')
-rw-r--r--hol98/hol98.el7
1 files changed, 3 insertions, 4 deletions
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.