use setmp_noncritical for PGIP, which is presumably sequential (PG clone);
authorwenzelm
Sun, 05 Sep 2010 23:31:12 +0200
changeset 39139 8235606e2b23
parent 39138 53886463f559
child 39140 8a2fb4ce1f39
use setmp_noncritical for PGIP, which is presumably sequential (PG clone);
src/Pure/ProofGeneral/proof_general_pgip.ML
--- a/src/Pure/ProofGeneral/proof_general_pgip.ML	Sun Sep 05 23:26:16 2010 +0200
+++ b/src/Pure/ProofGeneral/proof_general_pgip.ML	Sun Sep 05 23:31:12 2010 +0200
@@ -1044,7 +1044,7 @@
    This works for preferences but not generally guaranteed
    because we haven't done full setup here (e.g., no pgml mode)  *)
 fun process_pgip_emacs str =
-     setmp_CRITICAL output_xml_fn (!pgip_output_channel) process_pgip_plain str
+     setmp_noncritical output_xml_fn (!pgip_output_channel) process_pgip_plain str
 
 end