format
This commit is contained in:
parent
e18c9097e2
commit
145c01a7c4
1 changed files with 6 additions and 6 deletions
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
(defparameter *builtin-elements* (make-hash-table))
|
(defparameter *builtin-elements* (make-hash-table))
|
||||||
|
|
||||||
(defmacro define-and-export-builtin-elements (&body names)
|
(defmacro define-and-export-builtin-elements (&rest names)
|
||||||
`(progn
|
`(progn
|
||||||
,@(mapcan (lambda (name)
|
,@(mapcan (lambda (name)
|
||||||
(list `(defhsx ,name ,(string-downcase name))
|
(list `(defhsx ,name ,(string-downcase name))
|
||||||
|
|
Loading…
Reference in a new issue