# HG changeset patch # User wenzelm # Date 1124356671 -7200 # Node ID dda6c353b4ce4d241c890a61ff5949c50bf0ad0f # Parent 127aa3d49129e6ba405472302b775e0abedd3cbc replace freeze by 'setmp show_question_marks false'; diff -r 127aa3d49129 -r dda6c353b4ce src/Pure/Thy/html.ML --- a/src/Pure/Thy/html.ML Thu Aug 18 11:17:50 2005 +0200 +++ b/src/Pure/Thy/html.ML Thu Aug 18 11:17:51 2005 +0200 @@ -414,7 +414,7 @@ val string_of_thm = Output.output o Pretty.setmp_margin 80 Pretty.string_of o - Display.pretty_thm_no_quote o #1 o Drule.freeze_thaw; + setmp show_question_marks false Display.pretty_thm_no_quote; fun thm th = preform (prefix_lines " " (html_mode string_of_thm th));