doc-src/antiquote_setup.ML
changeset 26385 ae7564661e76
parent 24920 2a45e400fdad
child 26455 1757a6e049f4
--- a/doc-src/antiquote_setup.ML	Mon Mar 24 18:44:21 2008 +0100
+++ b/doc-src/antiquote_setup.ML	Mon Mar 24 23:34:24 2008 +0100
@@ -36,7 +36,7 @@
       else txt1 ^ ": " ^ txt2;
     val txt' = if kind = "" then txt else kind ^ " " ^ txt;
     val _ = writeln (ml (txt1, txt2));
-    val _ = ML_Context.use_mltext (ml (txt1, txt2)) false (SOME (Context.Proof ctxt));
+    val _ = ML_Context.use_mltext false Position.none (ml (txt1, txt2)) (SOME (Context.Proof ctxt));
   in
     "\\indexml" ^ kind ^ enclose "{" "}"
       (translate_string (fn "_" => "-" | ">" => "$>$" | "#" => "\\#" | c => c) txt1) ^