src/Pure/Isar/outer_syntax.ML
changeset 26291 d01bf7b10c75
parent 25839 54373fa3bd75
child 26323 73efc70edeef
--- a/src/Pure/Isar/outer_syntax.ML	Sat Mar 15 22:07:31 2008 +0100
+++ b/src/Pure/Isar/outer_syntax.ML	Sat Mar 15 22:07:32 2008 +0100
@@ -283,7 +283,7 @@
     if is_none (ThyLoad.check_file dir path) then ()
     else
       let
-        val _ = legacy_feature ("loading attached ML script " ^ quote (Path.implode path));
+        val _ = legacy_feature ("Loading attached ML script " ^ quote (Path.implode path));
         val tr = Toplevel.imperative (fn () =>
           ML_Context.setmp (SOME (Context.Theory (ThyInfo.get_theory name)))
             (fn () => ThyInfo.load_file time path) ());