aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isar-keywords.el
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>2000-02-14 12:31:24 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>2000-02-14 12:31:24 +0000
commit0b1cd03d4ee9449a174ba626a4e95d4c37c28346 (patch)
tree1cd8df54018d87e32b7b33ef0a7db871d0f894f3 /isar/isar-keywords.el
parent0839ce46a19e9775d742582814da1259475d4536 (diff)
removed then_apply;
added apply_end;
Diffstat (limited to 'isar/isar-keywords.el')
-rw-r--r--isar/isar-keywords.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/isar/isar-keywords.el b/isar/isar-keywords.el
index 957ba0e8..caa7cfab 100644
--- a/isar/isar-keywords.el
+++ b/isar/isar-keywords.el
@@ -195,9 +195,9 @@
(defconst isar-keywords-proof-script
'("apply"
+ "apply_end"
"back"
"defer"
- "prefer"
- "then_apply"))
+ "prefer"))
(provide 'isar-keywords)