fix uses of raise-arguments-error

one message string and no field-value pairs
This commit is contained in:
AlexKnauth 2019-04-01 21:26:42 -04:00 committed by Sam Tobin-Hochstadt
parent 9f80bc9cee
commit 935c558717

View File

@ -521,8 +521,9 @@
(when (null? args)
(raise-arguments-error
who
"when inject-proc, add-proc, shrink-proc, and extract-proc are #f,"
" at least one property must be supplied")))
(string-append
"when inject-proc, add-proc, shrink-proc, and extract-proc are #f,"
" at least one property must be supplied"))))
(values clear-proc
(or equal-key-proc (λ (s e) e))
args))