`cat ~/diff-sunet/4/log`

This commit is contained in:
interp 2003-08-01 17:36:18 +00:00
parent f106614a75
commit 6f27658c68
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@
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-optionals maybe-further-attributes
((multiple? #f boolean?)