src/Pure/Thy/thy_load.ML
changeset 48924 27d8ccd1906c
parent 48919 aaca64a7390c
child 48927 ef462b5558eb
--- a/src/Pure/Thy/thy_load.ML	Fri Aug 24 20:41:47 2012 +0200
+++ b/src/Pure/Thy/thy_load.ML	Fri Aug 24 20:47:33 2012 +0200
@@ -68,8 +68,8 @@
   let
     fun make_file file =
       let
+        val _ = Position.report pos (Isabelle_Markup.path (Path.implode file));
         val full_path = check_file dir file;
-        val _ = Position.report pos (Isabelle_Markup.path (Path.implode full_path));
       in {src_path = file, text = File.read full_path, pos = Path.position full_path} end;
     val paths =
       (case Keyword.command_files cmd of