aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--isar/isar-syntax.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/isar/isar-syntax.el b/isar/isar-syntax.el
index 52f97ca6..600e7f03 100644
--- a/isar/isar-syntax.el
+++ b/isar/isar-syntax.el
@@ -67,6 +67,7 @@
(defconst isar-keywords-theory-enclose
(append isar-keywords-theory-begin
+ isar-keywords-theory-switch
isar-keywords-theory-end))
(defconst isar-keywords-theory
@@ -173,7 +174,7 @@
(defconst isar-kill "kill;")
(defun isar-remove (name)
- (concat "init_toplevel; remove_thy \"" name "\""))
+ (concat "init_toplevel; remove_thy \"" name "\";"))
(defun isar-undos (i)
(if (> i 0)