doc-src/antiquote_setup.ML
changeset 22090 bc8aee017f8a
parent 21375 ae8a112b62d7
child 22094 008794185f4d
     1.1 --- a/doc-src/antiquote_setup.ML	Fri Jan 19 13:09:37 2007 +0100
     1.2 +++ b/doc-src/antiquote_setup.ML	Fri Jan 19 13:16:37 2007 +0100
     1.3 @@ -30,7 +30,7 @@
     1.4          then txt1 ^ " = " ^ txt2
     1.5          else txt1 ^ ": " ^ txt2;
     1.6      val txt' = if kind = "" then txt else kind ^ " " ^ txt;
     1.7 -    val _ = Context.use_mltext (ml (txt1, txt2)) false (SOME (ProofContext.theory_of ctxt));
     1.8 +    val _ = Context.use_mltext (ml (txt1, txt2)) false (SOME (Context.Proof ctxt));
     1.9    in
    1.10      "\\indexml" ^ kind ^ enclose "{" "}"
    1.11        (translate_string (fn "_" => "-" | ">" => "$>$" | c => c) txt1) ^