src/Pure/Interface/proof_general.ML
changeset 10954 a555bfb66c2d
parent 10933 0b3997a180dd
child 11017 241cbdf4134e
--- 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 \\;