changeset 56333 | 38f1422ef473 |
parent 56208 | 06cc31dff138 |
child 57626 | 2288a6f17930 |
--- a/src/Pure/Thy/thy_info.ML Sun Mar 30 21:24:59 2014 +0200 +++ b/src/Pure/Thy/thy_info.ML Mon Mar 31 10:28:08 2014 +0200 @@ -269,7 +269,7 @@ let val _ = kill_thy name; val _ = Output.urgent_message ("Loading theory " ^ quote name ^ required_by " " initiators); - val _ = Output.try_protocol_message (Markup.loading_theory name) ""; + val _ = Output.try_protocol_message (Markup.loading_theory name) []; val {master = (thy_path, _), imports} = deps; val dir = Path.dir thy_path;