diff options
| author | Makarius Wenzel | 2001-01-18 19:56:48 +0000 |
|---|---|---|
| committer | Makarius Wenzel | 2001-01-18 19:56:48 +0000 |
| commit | 2d3c8e6e3975d929a097307b909523d066fcdc36 (patch) | |
| tree | e2aa1b4f451f058d44770a5a6e89d55d43f0e6fa | |
| parent | de92628f356fabdc5c1d59d85e0891b5f8969273 (diff) | |
proof-xsym-deactivate-command: use Library.gen_rems (op =) to avoid \\\\;
| -rw-r--r-- | isar/isar.el | 2 |
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) |
