aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isar.el
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>2000-04-05 20:25:05 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>2000-04-05 20:25:05 +0000
commiteb4e0ef62c19f07ed55eb7de6d6fc41f80e48d3f (patch)
treed0f5319472a54e8d15e558c9be55f4f3570c006c /isar/isar.el
parent372226842254163146d61c5c6c59beb947bec272 (diff)
improved print_mode switch;
Diffstat (limited to 'isar/isar.el')
-rw-r--r--isar/isar.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/isar/isar.el b/isar/isar.el
index 30a174cd..db4ed62e 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -613,9 +613,9 @@ proof-shell-retract-files-regexp."
(setq proof-xsym-font-lock-keywords
'(("\\\\<[A-Za-z][A-Za-z0-9_']*>" (0 font-lock-type-face)))
proof-xsym-activate-command
- "ML {* print_mode := (!print_mode union [\"xsymbols\",\"symbols\"]) *};"
+ "ML_command {* print_mode := ([\"xsymbols\",\"symbols\"] @ ! print_mode) *};"
proof-xsym-deactivate-command
- "ML {* print_mode := filter_out (fn x=>(rev (explode \"symbols\") prefix rev (explode x))) (!print_mode) *};")
+ "ML_command {* print_mode := (! print_mode \\\\ [\"xsymbols\",\"symbols\"]) *};")
(provide 'isar)