aboutsummaryrefslogtreecommitdiffhomepage
path: root/hol98
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-27 16:32:16 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-27 16:32:16 +0000
commite1a327e5621d191fe408d12b331d05dda17b395c (patch)
treec3bb2de9a1c4318b4243ddf1432ed84c3b2dfe1a /hol98
parent1e0d6e79c32b49ea82bf7b20bd4fbeeaffd3821a (diff)
Replace proof-terminal-char with proof-terminal-string.
Diffstat (limited to 'hol98')
-rw-r--r--hol98/hol98.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/hol98/hol98.el b/hol98/hol98.el
index fa888feb..a96da637 100644
--- a/hol98/hol98.el
+++ b/hol98/hol98.el
@@ -21,7 +21,7 @@
(proof-easy-config 'hol98 "HOL"
proof-prog-name "hol.unquote"
- proof-terminal-char ?\;
+ proof-terminal-string ";"
proof-script-comment-start "(*"
proof-script-comment-end "*)"
;; These are all approximations, of course.