src/Pure/Thy/present.ML
changeset 14598 7009f59711e3
parent 14540 0417e7ed93fd
child 14898 a25550451b51
--- a/src/Pure/Thy/present.ML	Fri Apr 16 18:44:39 2004 +0200
+++ b/src/Pure/Thy/present.ML	Fri Apr 16 18:45:56 2004 +0200
@@ -100,7 +100,7 @@
 fun write_graph gr path =
   File.write path (cat_lines (map (fn {name, ID, dir, unfold, path, parents} =>
     "\"" ^ name ^ "\" \"" ^ ID ^ "\" \"" ^ dir ^ (if unfold then "\" + \"" else "\" \"") ^
-    path ^ "\" > " ^ space_implode " " (map quote parents) ^ " ;") gr));
+    path ^ "\" > " ^ space_implode " " (map Library.quote parents) ^ " ;") gr));
 
 fun ID_of sess s = space_implode "/" (sess @ [s]);