src/Pure/ProofGeneral/proof_general_emacs.ML
changeset 27607 a21271f74bc7
parent 27604 6c347b96d941
child 27828 edafacb690a3
--- a/src/Pure/ProofGeneral/proof_general_emacs.ML	Tue Jul 15 15:46:41 2008 +0200
+++ b/src/Pure/ProofGeneral/proof_general_emacs.ML	Tue Jul 15 15:46:43 2008 +0200
@@ -84,7 +84,7 @@
 
 fun setup_messages () =
  (Output.writeln_fn := Output.writeln_default;
-  Output.status_fn := Output.writeln_default;
+  Output.status_fn := (fn "" => () | s => ! Output.priority_fn s);
   Output.priority_fn := (fn s => decorate (special "360") (special "361") "" s);
   Output.tracing_fn := (fn s => decorate (special "360" ^ special "375") (special "361") "" s);
   Output.debug_fn := (fn s => decorate (special "362") (special "363") "+++ " s);