aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMakarius Wenzel1999-04-27 15:54:12 +0000
committerMakarius Wenzel1999-04-27 15:54:12 +0000
commitba7bd55aae4cdd630981cf5d9b98019f92e9d9f0 (patch)
tree8be1a237f21acf4ac022b3a754c9d4f8cc4bc228
parentcb18d9ac92ee01ee012255d6449853d569083a6b (diff)
fixed proof-shell-quit-cmd;
-rw-r--r--isar/isar.el4
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"