diff -r 088780aa2b70 -r cef6c6b009fb src/Pure/Thy/thy_info.ML --- a/src/Pure/Thy/thy_info.ML Tue Jun 26 14:01:46 2018 +0200 +++ b/src/Pure/Thy/thy_info.ML Tue Jun 26 14:39:49 2018 +0200 @@ -56,7 +56,7 @@ if exists (Toplevel.is_skipped_proof o #state) segments then () else let - val body = Thy_Output.present_thy thy segments; + val body = Thy_Output.present_thy options thy segments; val option = Present.document_option options; in if #disabled option then ()