* Pass ERRORP NIL to FIND-METHOD for *BREAK-ON-SIGNALS* friendliness.
(find-definition-source class)))))
((:method-combination)
(let ((combination-fun
- (ignore-errors (find-method #'sb-mop:find-method-combination
- nil
- (list (find-class 'generic-function)
- (list 'eql name)
- t)))))
+ (find-method #'sb-mop:find-method-combination
+ nil
+ (list (find-class 'generic-function)
+ (list 'eql name)
+ t)
+ nil)))
(when combination-fun
(find-definition-source combination-fun))))
((:package)
;;; 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".)
-"1.0.20.22"
+"1.0.20.23"