src/Pure/Isar/proof.ML
changeset 5875 6aae55ae3473
parent 5820 ff3c82b47603
child 5918 4cbd726577f7
--- a/src/Pure/Isar/proof.ML	Mon Nov 16 10:45:52 1998 +0100
+++ b/src/Pure/Isar/proof.ML	Mon Nov 16 10:46:06 1998 +0100
@@ -137,7 +137,7 @@
   State (make_node (f (context, facts, mode, goal)), nodes);
 
 fun init_state thy =
-  State (make_node (ProofContext.init_context thy, None, Forward, None), []);
+  State (make_node (ProofContext.init thy, None, Forward, None), []);