aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMakarius Wenzel2001-01-18 19:56:48 +0000
committerMakarius Wenzel2001-01-18 19:56:48 +0000
commit2d3c8e6e3975d929a097307b909523d066fcdc36 (patch)
treee2aa1b4f451f058d44770a5a6e89d55d43f0e6fa
parentde92628f356fabdc5c1d59d85e0891b5f8969273 (diff)
proof-xsym-deactivate-command: use Library.gen_rems (op =) to avoid \\\\;
-rw-r--r--isar/isar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/isar.el b/isar/isar.el
index b76d15b4..0047446e 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -541,7 +541,7 @@ proof-shell-retract-files-regexp."
proof-xsym-activate-command
(isar-markup-ml "print_mode := ([\"xsymbols\",\"symbols\"] @ ! print_mode)")
proof-xsym-deactivate-command
- (isar-markup-ml "print_mode := (! print_mode \\\\ [\"xsymbols\",\"symbols\"])"))
+ (isar-markup-ml "print_mode := (Library.gen_rems (op =) (! print_mode, [\"xsymbols\",\"symbols\"]))"))
(provide 'isar)