fixed bug 10733
svn: r17973
This commit is contained in:
parent
3812f8ca72
commit
dda81dc80d
|
@ -343,7 +343,7 @@
|
||||||
(let ([make-bundle make-bundle])
|
(let ([make-bundle make-bundle])
|
||||||
(lambda (state mails bads)
|
(lambda (state mails bads)
|
||||||
(check-arg-list 'make-bundle mails mail? "mail" "second")
|
(check-arg-list 'make-bundle mails mail? "mail" "second")
|
||||||
(check-arg-list 'make-bundle bads iworld? "mail" "third")
|
(check-arg-list 'make-bundle bads iworld? "iworld" "third")
|
||||||
(make-bundle state mails bads))))
|
(make-bundle state mails bads))))
|
||||||
|
|
||||||
;; Symbol Any (Any -> Boolean) String String -> Void
|
;; Symbol Any (Any -> Boolean) String String -> Void
|
||||||
|
|
Loading…
Reference in New Issue
Block a user