ContextPosition.put_ctxt;
authorwenzelm
Mon, 01 Oct 2007 15:14:56 +0200
changeset 24794 5740b01a1553
parent 24793 cbe63f2193b6
child 24795 6f5cb7885fd7
ContextPosition.put_ctxt;
src/Pure/Isar/proof.ML
--- a/src/Pure/Isar/proof.ML	Mon Oct 01 15:14:55 2007 +0200
+++ b/src/Pure/Isar/proof.ML	Mon Oct 01 15:14:56 2007 +0200
@@ -389,7 +389,8 @@
   let
     val (goal_ctxt, (_, {statement, messages = _, using, goal, before_qed, after_qed})) =
       find_goal state;
-    val ctxt = ContextPosition.put pos (if current_context then context_of state else goal_ctxt);
+    val ctxt = ContextPosition.put_ctxt pos
+      (if current_context then context_of state else goal_ctxt);
     val meth = meth_fun ctxt;
   in
     Method.apply meth using goal |> Seq.map (fn (meth_cases, goal') =>