diff -r 5ac590e8b320 -r 371976383ac0 src/Tools/Code/code_printer.ML --- a/src/Tools/Code/code_printer.ML Thu Sep 02 16:53:23 2010 +0200 +++ b/src/Tools/Code/code_printer.ML Thu Sep 02 16:53:23 2010 +0200 @@ -127,7 +127,8 @@ fun doublesemicolon ps = Pretty.block [concat ps, str ";;"]; fun indent i = Print_Mode.setmp [] (Pretty.indent i); -fun markup_stmt name = Pretty.mark (code_presentationN, [(stmt_nameN, name)]); +fun markup_stmt name = Print_Mode.setmp [code_presentationN] + (Pretty.mark (code_presentationN, [(stmt_nameN, name)])); fun filter_presentation presentation_names selected (XML.Elem ((name, attrs), xs)) = implode (map (filter_presentation presentation_names