updated Thy_Load.check_thy;
authorwenzelm
Tue, 21 Aug 2012 21:25:45 +0200
changeset 48875 b629f037a0cb
parent 48874 ff9cd47be39b
child 48876 157dd47032e0
updated Thy_Load.check_thy;
doc-src/antiquote_setup.ML
--- a/doc-src/antiquote_setup.ML	Tue Aug 21 20:32:33 2012 +0200
+++ b/doc-src/antiquote_setup.ML	Tue Aug 21 21:25:45 2012 +0200
@@ -135,7 +135,7 @@
 val thy_file_setup =
   Thy_Output.antiquotation @{binding thy_file} (Scan.lift Args.name)
     (fn {context = ctxt, ...} =>
-      fn name => (Thy_Load.check_thy Path.current name; Thy_Output.output ctxt [Pretty.str name]));
+      fn name => (Thy_Load.check_thy [] Path.current name; Thy_Output.output ctxt [Pretty.str name]));
 
 
 (* Isabelle/Isar entities (with index) *)