]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/furnace/chloe-tags/chloe-tags.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / basis / furnace / chloe-tags / chloe-tags.factor
index 8822bca519ce7a96e36a1a0268dd083d83c7d927..e4286e3bdf0624b4b6498287909342345275b3f6 100644 (file)
@@ -56,7 +56,7 @@ CHLOE: write-atom drop [ write-atom-feeds ] [code] ;
 
 : compile-link-attrs ( tag -- )
     #! Side-effects current namespace.
-    attrs>> '[ [ , _ link-attr ] each-responder ] [code] ;
+    attrs>> '[ [ [ , ] dip link-attr ] each-responder ] [code] ;
 
 : a-start-tag ( tag -- )
     [ compile-link-attrs ] [ compile-a-url ] bi