author | wenzelm |
Mon, 14 Jan 2013 13:59:43 +0100 | |
changeset 50885 | f3588e59aeaa |
parent 50876 | e6317e8b11db |
child 50886 | 05054cf8ca77 |
--- a/src/Pure/Isar/proof.ML Mon Jan 14 10:32:33 2013 +0100 +++ b/src/Pure/Isar/proof.ML Mon Jan 14 13:59:43 2013 +0100 @@ -1030,8 +1030,8 @@ local fun skipped_proof state = - Context_Position.if_visible (context_of state) Output.report - (Markup.markup Markup.bad "Skipped proof"); + Context_Position.report_text (context_of state) (Position.thread_data ()) + Markup.bad "Skipped proof"; in