src/Pure/PIDE/document.ML
changeset 68323 bf7336731981
parent 68197 7857817403e4
child 68336 09ac56914b29
--- a/src/Pure/PIDE/document.ML	Tue May 29 20:03:24 2018 +0200
+++ b/src/Pure/PIDE/document.ML	Tue May 29 22:25:59 2018 +0200
@@ -633,7 +633,9 @@
     val parents =
       if null parents_reports then [Theory.get_pure ()] else map #1 parents_reports;
     val _ = Position.reports (map #2 parents_reports);
-  in Resources.begin_theory master_dir header parents end;
+    val thy = Resources.begin_theory master_dir header parents;
+    val _ = Output.status (Markup.markup_only Markup.initialized);
+  in thy end;
 
 fun check_root_theory node =
   let