diff options
| -rw-r--r-- | isar/isar.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/isar/isar.el b/isar/isar.el index 85d4dde5..57797302 100644 --- a/isar/isar.el +++ b/isar/isar.el @@ -179,8 +179,8 @@ ;; initial command configures Isabelle/Isar by hacking print functions. proof-shell-init-cmd (concat "use \"" proof-home-directory "isar/ProofGeneral.ML\";") - proof-shell-restart-cmd "restart" - proof-shell-quit-cmd "quit" + proof-shell-restart-cmd "restart;" + proof-shell-quit-cmd "quit;" proof-shell-eager-annotation-start "\360\\|\362" proof-shell-eager-annotation-end "\361\\|\363" |
