# HG changeset patch # User wenzelm # Date 1236520870 -3600 # Node ID f7fea73b97a60b967684e3f52698854f85932af2 # Parent 77c3f2135a0f6e3dc29143dc41b2f180344313ad index_ML: removed spurious writeln introduced in 41ce4f5c97c9 -- it merely produces unreadable LaTeX sources; diff -r 77c3f2135a0f -r f7fea73b97a6 doc-src/antiquote_setup.ML --- a/doc-src/antiquote_setup.ML Sun Mar 08 12:16:12 2009 +0100 +++ b/doc-src/antiquote_setup.ML Sun Mar 08 15:01:10 2009 +0100 @@ -67,7 +67,6 @@ else if kind = "exception" then txt1 ^ " of " ^ txt2 else txt1 ^ ": " ^ txt2; val txt' = if kind = "" then txt else kind ^ " " ^ txt; - val _ = writeln (ml (txt1, txt2)); val _ = ML_Context.eval_in (SOME ctxt) false Position.none (ml (txt1, txt2)); val kind' = if kind = "" then "ML" else "ML " ^ kind; in