`cat ~/diff-sunet/4/log`
This commit is contained in:
parent
f106614a75
commit
6f27658c68
|
@ -255,7 +255,7 @@
|
||||||
select-options
|
select-options
|
||||||
(map make-simple-select-option select-options)))
|
(map make-simple-select-option select-options)))
|
||||||
|
|
||||||
(define (make-select select-options maybe-further-attributes)
|
(define (make-select select-options . maybe-further-attributes)
|
||||||
(let ((real-select-options (simple-options select-options)))
|
(let ((real-select-options (simple-options select-options)))
|
||||||
(let-optionals maybe-further-attributes
|
(let-optionals maybe-further-attributes
|
||||||
((multiple? #f boolean?)
|
((multiple? #f boolean?)
|
||||||
|
|
Loading…
Reference in New Issue