src/Pure/ProofGeneral/proof_general_emacs.ML
changeset 30670 9bb872667af6
parent 30292 a3bb22493f11
child 32738 15bb09ca0378
--- a/src/Pure/ProofGeneral/proof_general_emacs.ML	Mon Mar 23 17:20:31 2009 +0100
+++ b/src/Pure/ProofGeneral/proof_general_emacs.ML	Mon Mar 23 17:21:42 2009 +0100
@@ -76,7 +76,7 @@
 
 fun setup_messages () =
  (Output.writeln_fn := message "" "" "";
-  Output.status_fn := (fn s => ! Output.priority_fn s);
+  Output.status_fn := (fn _ => ());
   Output.priority_fn := message (special "I") (special "J") "";
   Output.tracing_fn := message (special "I" ^ special "V") (special "J") "";
   Output.debug_fn := message (special "K") (special "L") "+++ ";