mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 21:32:49 -08:00
Slight style change in add-method.
This commit is contained in:
parent
79a6e3dd7b
commit
7955ebda76
1 changed files with 2 additions and 2 deletions
|
|
@ -181,8 +181,8 @@ their lambda lists ~A and ~A are not congruent."
|
|||
(when (generic-function-methods gf)
|
||||
(let* ((method-qualifiers (method-qualifiers method))
|
||||
(specializers (method-specializers method))
|
||||
found)
|
||||
(when (setq found (find-method gf method-qualifiers specializers nil))
|
||||
(found (find-method gf method-qualifiers specializers nil)))
|
||||
(when found
|
||||
(remove-method gf found))))
|
||||
;;
|
||||
;; We install the method by:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue