disable markup of tracing output (tmp?);
authorwenzelm
Tue, 04 Dec 2001 02:02:36 +0100
changeset 12358 e853343af65d
parent 12357 f7fa60115e4e
child 12359 86d3218a5410
disable markup of tracing output (tmp?);
src/Pure/Interface/proof_general.ML
--- a/src/Pure/Interface/proof_general.ML	Tue Dec 04 02:02:10 2001 +0100
+++ b/src/Pure/Interface/proof_general.ML	Tue Dec 04 02:02:36 2001 +0100
@@ -100,7 +100,7 @@
 
 fun setup_messages () =
  (priority_fn := decorate_lines (oct_char "360") (oct_char "361") "";
-  tracing_fn := decorate_lines (oct_char "360") (oct_char "361") (oct_char "375");
+(*  tracing_fn := decorate_lines (oct_char "360") (oct_char "361") (oct_char "375");  *)
   warning_fn := (decorate_lines (oct_char "362") (oct_char "363") "### ");
   error_fn := (decorate_lines (oct_char "364") (oct_char "365") "*** "));