# HG changeset patch # User nipkow # Date 1092676019 -7200 # Node ID f00857c7539b566865ea5e515c978fa2c8fd11ce # Parent d3fa5e1d6e4d81857bf2dc39186b24e3e4efe130 Added "import" and "begin" diff -r d3fa5e1d6e4d -r f00857c7539b etc/isar-keywords-ZF.el --- a/etc/isar-keywords-ZF.el Mon Aug 16 18:05:41 2004 +0200 +++ b/etc/isar-keywords-ZF.el Mon Aug 16 19:06:59 2004 +0200 @@ -183,6 +183,7 @@ '("advanced" "and" "assumes" + "begin" "binder" "case_eqns" "con_defs" @@ -192,6 +193,7 @@ "elimination" "files" "fixes" + "import" "in" "includes" "induction" diff -r d3fa5e1d6e4d -r f00857c7539b etc/isar-keywords.el --- a/etc/isar-keywords.el Mon Aug 16 18:05:41 2004 +0200 +++ b/etc/isar-keywords.el Mon Aug 16 19:06:59 2004 +0200 @@ -193,6 +193,7 @@ "advanced" "and" "assumes" + "begin" "binder" "compose" "concl" @@ -203,6 +204,7 @@ "fixes" "hide_action" "hints" + "import" "in" "includes" "induction"