src/Pure/PIDE/command.ML
changeset 70662 0f9a4e8ee1ab
parent 69892 f752f3993db8
child 71675 55cb4271858b
--- a/src/Pure/PIDE/command.ML	Fri Sep 06 16:11:19 2019 +0200
+++ b/src/Pure/PIDE/command.ML	Fri Sep 06 16:48:28 2019 +0200
@@ -233,7 +233,7 @@
   Toplevel.setmp_thread_position tr (fn () => Output.report [Markup.markup_only m]) ();
 
 fun status tr m =
-  Toplevel.setmp_thread_position tr (fn () => Output.status (Markup.markup_only m)) ();
+  Toplevel.setmp_thread_position tr (fn () => Output.status [Markup.markup_only m]) ();
 
 fun command_indent tr st =
   (case try Toplevel.proof_of st of