src/Pure/ML-Systems/poplogml.ML
changeset 22144 c33450acd873
parent 21770 ea6f846d8c4b
child 24329 f31594168d27
--- 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;