The lambda lists of
appendf
and other users of
define-modify-macro
have now been corrected.
Lambda lists previously recorded as
&rest args
for special forms like
cl:when
and
cl:unless
have also been corrected.
Lambda lists are reported by commands like
Function Lambda List
and can be seen interactively by using
examples/editor/show-arglist.lisp
.