no_document: setmp_noncritical;
authorwenzelm
Tue, 31 Jul 2007 21:19:24 +0200
changeset 24102 969d334040a8
parent 24101 bdcefe679ced
child 24103 c13243a11e37
no_document: setmp_noncritical;
src/Pure/Thy/present.ML
--- a/src/Pure/Thy/present.ML	Tue Jul 31 21:19:23 2007 +0200
+++ b/src/Pure/Thy/present.ML	Tue Jul 31 21:19:24 2007 +0200
@@ -175,7 +175,7 @@
 fun change_browser_info f = CRITICAL (fn () => change browser_info (map_browser_info f));
 
 val suppress_tex_source = ref false;
-fun no_document f x = Library.setmp suppress_tex_source true f x;
+fun no_document f x = setmp_noncritical suppress_tex_source true f x;
 
 fun init_theory_info name info =
   change_browser_info (fn (theories, files, tex_index, html_index, graph) =>