Minor PCL fixette
... when defining early generic functions in the bootstrap
process, clobber the lambda list if the gf has already
been created (e.g. NO-APPLICABLE-METHOD) by an early
DEFMETHOD.
&allow-other-keys)
(declare (ignore keys))
(cond ((and existing (early-gf-p existing))
+ (when lambda-list-p
+ (set-arg-info existing :lambda-list lambda-list))
existing)
((assoc spec *!generic-function-fixups* :test #'equal)
(if existing
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.4.30"
+"0.8.4.31"