diff options
Diffstat (limited to 'isar')
| -rw-r--r-- | isar/isar.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/isar/isar.el b/isar/isar.el index 4d08f5b3..b3e283d7 100644 --- a/isar/isar.el +++ b/isar/isar.el @@ -240,8 +240,9 @@ See -k option for Isabelle interface script." pg-subterm-start-char ?\372 pg-subterm-sep-char ?\373 pg-subterm-end-char ?\374 - pg-after-fontify-output-hook 'isabelle-convert-idmarkup-to-subterm - ;'pg-remove-specials + pg-after-fontify-output-hook + (if proof-experimental-features + 'isabelle-convert-idmarkup-to-subterm 'pg-remove-specials) pg-subterm-help-cmd "term %s" proof-shell-process-file |
