tuned welcome msg;
authorwenzelm
Sun, 29 Nov 1998 13:19:48 +0100
changeset 5992 263051aaf0de
parent 5991 832ec852fc4e
child 5993 d03fbef54c62
tuned welcome msg;
src/Pure/Isar/outer_syntax.ML
--- a/src/Pure/Isar/outer_syntax.ML	Sun Nov 29 13:17:42 1998 +0100
+++ b/src/Pure/Isar/outer_syntax.ML	Sun Nov 29 13:19:48 1998 +0100
@@ -179,7 +179,7 @@
 fun main () =
  (Toplevel.set_state Toplevel.toplevel;
   ml_prompts "ML> " "ML# ";
-  writeln ("\n\n" ^ Context.welcome ());
+  writeln (Context.welcome ());
   loop ());