]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/furnace/syndication/syndication.factor
Updating code for make and fry changes
[factor.git] / basis / furnace / syndication / syndication.factor
index 31a978aef3d00c6fc524b439e7366cd5eb14cbb8..396296bfac27c9c84de49f83d7127f2ad54767d3 100644 (file)
@@ -44,7 +44,7 @@ TUPLE: feed-action < action title url entries ;
     feed-action new-action
         dup '[
             feed new
-                ,
+                _
                 [ title>> call >>title ]
                 [ url>> call adjust-url relative-to-request >>url ]
                 [ entries>> call process-entries >>entries ]