diff -r 31290f54be19 -r fce2202892c4 src/Pure/ProofGeneral/proof_general_emacs.ML --- a/src/Pure/ProofGeneral/proof_general_emacs.ML Fri Sep 17 21:50:44 2010 +0200 +++ b/src/Pure/ProofGeneral/proof_general_emacs.ML Fri Sep 17 22:17:57 2010 +0200 @@ -79,7 +79,6 @@ Output.report_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") "+++ "; Output.warning_fn := message (special "K") (special "L") "### "; Output.error_fn := message (special "M") (special "N") "*** "; Output.prompt_fn := (fn s => Output.std_output (render s ^ special "S")));