]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/gopher/gopher.factor
core: Change lines -> read-lines, contents -> read-contents, string-lines -> lines
[factor.git] / extra / gopher / gopher.factor
index 5820c784f7dd2db407dee277cc094b47726b7418..83a8dc106a095706947e7a1241181fae10bde41a 100644 (file)
@@ -88,7 +88,7 @@ M: gopher-link >url
     ] if ;
 
 : gopher-text ( object -- lines )
-    utf8 decode string-lines { "." } split1 drop ;
+    utf8 decode lines { "." } split1 drop ;
 
 : gopher-text. ( object -- )
     gopher-text [ print ] each ;