mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-06 20:30:48 -08:00
(SETF GENERIC-FUNCTION) is now a generic function.
This commit is contained in:
parent
f7afeb4c34
commit
7c9ee7bd78
1 changed files with 3 additions and 0 deletions
|
|
@ -324,3 +324,6 @@ their lambda lists ~A and ~A are not congruent."
|
|||
|
||||
(function-to-method 'find-method-combination
|
||||
'((gf standard-generic-function) method-combination-type-name method-combination-options))
|
||||
|
||||
(function-to-method '(setf generic-function-name)
|
||||
'((name t) (gf generic-function)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue