src/Pure/General/position.ML
changeset 27749 24f2b57a34ea
parent 27744 d4c5ddf98869
child 27759 ffb1b5f2690f
--- a/src/Pure/General/position.ML	Wed Aug 06 00:10:08 2008 +0200
+++ b/src/Pure/General/position.ML	Wed Aug 06 00:10:13 2008 +0200
@@ -81,7 +81,7 @@
         NONE => NONE
       | SOME m => SOME (m, the_default 1 (get_int props Markup.columnN)));
     fun property name = the_list (find_first (fn (x: string, _) => x = name) props);
-  in (Pos (count, property Markup.fileN @ property Markup.idN)) end;
+  in Pos (count, maps property Markup.position_properties') end;
 
 fun properties_of (Pos (count, props)) =
   (case count of