# HG changeset patch # User wenzelm # Date 1345577145 -7200 # Node ID b629f037a0cb9b491649f5603e07b4d5928d5cfc # Parent ff9cd47be39bd65f61111034488d88f34024cd2d updated Thy_Load.check_thy; diff -r ff9cd47be39b -r b629f037a0cb 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) *)