# HG changeset patch # User wenzelm # Date 1129327679 -7200 # Node ID 6803625e71c4f27cea73b39d96032962e022afaf # Parent d7619ccf22e6f2ddca2a8ef530144e36ccd34c01 updated; diff -r d7619ccf22e6 -r 6803625e71c4 etc/isar-keywords-ZF.el --- a/etc/isar-keywords-ZF.el Fri Oct 14 15:34:56 2005 +0200 +++ b/etc/isar-keywords-ZF.el Sat Oct 15 00:07:59 2005 +0200 @@ -67,6 +67,7 @@ "from" "full_prf" "global" + "guess" "have" "header" "hence" @@ -436,7 +437,8 @@ "presume")) (defconst isar-keywords-proof-asm-goal - '("obtain")) + '("guess" + "obtain")) (defconst isar-keywords-proof-script '("apply" diff -r d7619ccf22e6 -r 6803625e71c4 etc/isar-keywords.el --- a/etc/isar-keywords.el Fri Oct 14 15:34:56 2005 +0200 +++ b/etc/isar-keywords.el Sat Oct 15 00:07:59 2005 +0200 @@ -74,6 +74,7 @@ "from" "full_prf" "global" + "guess" "have" "header" "hence" @@ -480,7 +481,8 @@ "presume")) (defconst isar-keywords-proof-asm-goal - '("obtain")) + '("guess" + "obtain")) (defconst isar-keywords-proof-script '("apply"