diff -r cf58486ca11b -r c33450acd873 src/Pure/ML-Systems/poplogml.ML --- a/src/Pure/ML-Systems/poplogml.ML Sun Jan 21 13:27:41 2007 +0100 +++ b/src/Pure/ML-Systems/poplogml.ML Sun Jan 21 16:43:42 2007 +0100 @@ -377,5 +377,5 @@ end; -fun use_text _ _ txt = use_string txt; +fun use_text _ _ _ txt = use_string txt; fun use_file _ _ name = use name;