Minor typo in macro, closes PR12084.
(Committed for Robby)
This commit is contained in:
parent
a748b35f35
commit
63af93f1b4
|
@ -392,7 +392,7 @@ v4 todo:
|
||||||
(unless (memq req-kwd kwds)
|
(unless (memq req-kwd kwds)
|
||||||
(raise-blame-error blame val
|
(raise-blame-error blame val
|
||||||
"expected keyword argument ~a"
|
"expected keyword argument ~a"
|
||||||
(quote req-kwd))))
|
req-kwd)))
|
||||||
(for ([k (in-list kwds)])
|
(for ([k (in-list kwds)])
|
||||||
(unless (memq k all-kwds)
|
(unless (memq k all-kwds)
|
||||||
(raise-blame-error blame val
|
(raise-blame-error blame val
|
||||||
|
|
Loading…
Reference in New Issue
Block a user