mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-25 14:01:07 -08:00
The documentation slot in generic functions should default to NIL
This commit is contained in:
parent
6b04f32bb3
commit
784b761678
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@
|
|||
:initarg :method-class
|
||||
:initform (find-class 'standard-method)
|
||||
:accessor generic-function-method-class)
|
||||
(documentation :initarg :documentation)
|
||||
(documentation :initarg :documentation :initform nil)
|
||||
(methods :initform nil :accessor generic-function-methods)
|
||||
(a-p-o-function :initform nil :accessor generic-function-a-p-o-function))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue