src/Tools/Code/code_printer.ML
changeset 38911 caba168a3039
parent 38778 49b885736e8f
child 38922 ec2a8efd8990
--- a/src/Tools/Code/code_printer.ML	Mon Aug 30 16:00:41 2010 +0200
+++ b/src/Tools/Code/code_printer.ML	Mon Aug 30 16:11:09 2010 +0200
@@ -124,7 +124,7 @@
 fun indent i = Print_Mode.setmp [] (Pretty.indent i);
 
 fun string_of_pretty width p = Print_Mode.setmp [] (Pretty.string_of_margin width) p ^ "\n";
-fun writeln_pretty width p = writeln (Print_Mode.setmp [] (Pretty.string_of_margin width) p);
+fun writeln_pretty width p = writeln (string_of_pretty width p);
 
 
 (** names and variable name contexts **)