]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/pdf/values/values.factor
core: Add words/unwords/unwords-as and use them.
[factor.git] / extra / pdf / values / values.factor
index 33f0797baf30ec9ba8c505b9d3448b09a847412d..e2122f02c6c66a67de6506bfd341d7647499efbe 100644 (file)
@@ -59,7 +59,7 @@ M: font pdf-value
         } cleave
         "/BaseFont " prepend ,
         ">>" ,
-    ] { } make "\n" join ;
+    ] { } make unlines ;
 
 M: timestamp pdf-value
     "%Y%m%d%H%M%S" strftime "D:" prepend ;