src/Pure/General/path.ML
changeset 45666 d83797ef0d2d
parent 44863 49ea566cb3b4
child 47661 012a887997f3
--- a/src/Pure/General/path.ML	Mon Nov 28 20:39:08 2011 +0100
+++ b/src/Pure/General/path.ML	Mon Nov 28 22:05:32 2011 +0100
@@ -155,7 +155,7 @@
 
 fun pretty path =
   let val s = implode_path path
-  in Pretty.mark (Markup.path s) (Pretty.str (quote s)) end;
+  in Pretty.mark (Isabelle_Markup.path s) (Pretty.str (quote s)) end;
 
 val print = Pretty.str_of o pretty;