mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 07:30:55 -08:00
Fixed typo.
This commit is contained in:
parent
fe31238eba
commit
bdef9fb8e4
1 changed files with 3 additions and 3 deletions
|
|
@ -114,9 +114,9 @@
|
|||
;; arguments, but which has a value associated with :DEFAULT-INITARGS,
|
||||
;; we compute the value and add it to the list of initargs.
|
||||
(dolist (scan (class-default-initargs class))
|
||||
(let ((initarg (first scan))
|
||||
(value (third scan))
|
||||
(supplied-value (si::search-keyword initargs initarg)))
|
||||
(let* ((initarg (first scan))
|
||||
(value (third scan))
|
||||
(supplied-value (si::search-keyword initargs initarg)))
|
||||
(when (or (eq supplied-value '+initform-unsupplied+)
|
||||
(eq supplied-value 'si::failed))
|
||||
(when (eq supplied-value '+initform-unsupplied+)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue