use_output: Symbol.escape;
authorwenzelm
Sun, 20 Jun 2004 09:27:24 +0200
changeset 14976 65f572245276
parent 14975 2736b0984253
child 14977 77d88064991a
use_output: Symbol.escape;
src/Pure/context.ML
--- a/src/Pure/context.ML	Sun Jun 20 09:27:17 2004 +0200
+++ b/src/Pure/context.ML	Sun Jun 20 09:27:24 2004 +0200
@@ -72,7 +72,8 @@
 (* use ML text *)
 
 val ml_output = (writeln, error_msg: string -> unit);
-fun use_output verb txt = use_text ml_output verb (Symbol.plain_output txt);
+
+fun use_output verb txt = use_text ml_output verb (Symbol.escape txt);
 
 fun use_mltext txt verb opt_thy = setmp opt_thy (fn () => use_output verb txt) ();
 fun use_mltext_theory txt verb thy = #2 (pass_theory thy (use_output verb) txt);