Refactor
This commit is contained in:
parent
7ea3778e34
commit
a637a2edbc
1 changed files with 0 additions and 2 deletions
|
@ -250,8 +250,6 @@
|
||||||
,@(modify-first-leaves
|
,@(modify-first-leaves
|
||||||
body
|
body
|
||||||
(lambda (node)
|
(lambda (node)
|
||||||
(declare (ignorable node))
|
|
||||||
(or (html-element-p node) (string= node '<>)))
|
(or (html-element-p node) (string= node '<>)))
|
||||||
(lambda (node)
|
(lambda (node)
|
||||||
(declare (ignorable node))
|
|
||||||
(find-symbol (string-upcase node) :piccolo)))))
|
(find-symbol (string-upcase node) :piccolo)))))
|
||||||
|
|
Loading…
Reference in a new issue