diff -r a365995c043b -r 92c646714237 doc-src/antiquote_setup.ML --- a/doc-src/antiquote_setup.ML Thu Aug 09 15:57:26 2007 +0200 +++ b/doc-src/antiquote_setup.ML Thu Aug 09 16:56:17 2007 +0200 @@ -50,7 +50,7 @@ fun arguments x = O.args (Scan.lift (Args.name -- Scan.optional (Args.colon |-- Args.name) "")) x; -fun pretty_thy_file name = (ThyLoad.check_thy Path.current name false; Pretty.str name); +fun pretty_thy_file name = (ThyLoad.check_thy Path.current name; Pretty.str name); (* theorems with names *)