--- a/src/Pure/Interface/proof_general.ML Sun Jan 21 19:54:05 2001 +0100
+++ b/src/Pure/Interface/proof_general.ML Sun Jan 21 19:54:52 2001 +0100
@@ -88,7 +88,7 @@
let val syms = Symbol.explode s
in (implode (map (fn "\\" => "\\\\" | c => c) syms), real (Symbol.length syms)) end;
-fun setup_xsymbols_output () = Symbol.add_mode "xsymbols" xsymbols_output;
+fun setup_xsymbols_output () = Symbol.add_mode "xsymbols" (xsymbols_output, Symbol.default_indent);
(* messages *)
@@ -318,6 +318,5 @@
end;
-(*this hack avoids problems with escapes in ML commands; required for
- Proof General 3.2*)
+(*a hack for Proof General 3.2 to avoid problems with escapes in ML commands*)
infix \\\\ val op \\\\ = op \\;
--- a/src/Pure/Thy/html.ML Sun Jan 21 19:54:05 2001 +0100
+++ b/src/Pure/Thy/html.ML Sun Jan 21 19:54:52 2001 +0100
@@ -115,7 +115,7 @@
end;
-val _ = Symbol.add_mode htmlN output_width;
+val _ = Symbol.add_mode htmlN (output_width, Symbol.default_indent);
(* token translations *)