src/Pure/Isar/session.ML
changeset 23936 66923825628e
parent 23898 461cb831d510
child 23972 9c418fa38f7e
--- a/src/Pure/Isar/session.ML	Mon Jul 23 16:45:03 2007 +0200
+++ b/src/Pure/Isar/session.ML	Mon Jul 23 16:45:04 2007 +0200
@@ -80,8 +80,8 @@
 
 fun use_dir root build modes reset info doc doc_graph doc_versions
     parent name dump rpath level verbose =
-  Library.setmp print_mode (modes @ ! print_mode)
-    (Library.setmp Proofterm.proofs level (fn () =>
+  setmp_noncritical print_mode (modes @ ! print_mode)
+    (setmp_noncritical Proofterm.proofs level (fn () =>
       (init reset parent name;
        Present.init build info doc doc_graph doc_versions (path ()) name
          (dumping dump) (get_rpath rpath) verbose (map ThyInfo.theory (ThyInfo.names ()));