aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--isa/isa.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/isa/isa.el b/isa/isa.el
index 87f6b4de..d1c17ad6 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -667,6 +667,6 @@ you will be asked to retract the file or process the remainder of it.
(setq proof-xsym-activate-command
"print_mode := !print_mode @ ["xsymbols","symbols"]"
proof-xsym-deactivate-command
- "print_mode := filter_out (fn x=>prefix(rev (explode "symbols"),rev (explode x))) (!print_mode")
+ "print_mode := filter_out (fn x=>prefix(rev (explode "symbols"),rev (explode x))) (!print_mode)")
(provide 'isa)