pull/5/head
Matthew Butterick 7 years ago
parent 8547d61ba6
commit 7937a0734f

@ -352,5 +352,5 @@
->cdata ->cdata
loop)]) loop)])
;; a little faster than `txexpr` since we know the pieces are valid ;; a little faster than `txexpr` since we know the pieces are valid
(cons tag (append attrs (map proc elements)))) (cons tag (append (list attrs) (map proc elements))))
x)))) x))))

Loading…
Cancel
Save