aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2000-05-30 15:46:52 +0000
committerDavid Aspinall2000-05-30 15:46:52 +0000
commit3755be3e6ef42fb70d4d0dffdcd41bdc10385b7c (patch)
tree9088bcc7d9b8333f6245cbfeb945eb053193c029
parent0039af2cf08cd3682ec34395a67b6445783c9bf1 (diff)
Added missing command terminators for proof-xsym commands
-rw-r--r--isa/isa.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/isa/isa.el b/isa/isa.el
index c1e3dcd9..92075ccd 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -622,8 +622,8 @@ you will be asked to retract the file or process the remainder of it."
;; fontification for tokens themselves (FIXME: broken)
'(("\\\\<[A-Za-z][A-Za-z0-9_']*>" (0 font-lock-type-face)))
proof-xsym-activate-command
- "print_mode := ([\"xsymbols\",\"symbols\"] @ ! print_mode)"
+ "print_mode := ([\"xsymbols\",\"symbols\"] @ ! print_mode);"
proof-xsym-deactivate-command
- "print_mode := (! print_mode \\\\ [\"xsymbols\",\"symbols\"])")
+ "print_mode := (! print_mode \\\\ [\"xsymbols\",\"symbols\"]);")
(provide 'isa)