aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isar-keywords.el
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>1999-07-09 14:48:02 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>1999-07-09 14:48:02 +0000
commit8dfd5f5b8c60076e5d5e89bdf27817f983561b84 (patch)
tree1bc423acd7a9e18115b1b12353b1135be2a26c9c /isar/isar-keywords.el
parentaefd2b95ac042c22033fcd318f2136e73d5ac050 (diff)
added def;
removed qed_with;
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 6539001f..8402a20b 100644
--- a/isar/isar-keywords.el
+++ b/isar/isar-keywords.el
@@ -126,8 +126,7 @@
"sorry"))
(defconst isar-keywords-qed-block
- '("qed"
- "qed_with"))
+ '("qed"))
(defconst isar-keywords-proof-goal
'("have"
@@ -156,6 +155,7 @@
(defconst isar-keywords-proof-asm
'("assume"
+ "def"
"fix"
"presume"))