The function
set-make-instance-initarg-checking
provides control over whether
cl:make-instance
checks its initialization arguments.
Calling
set-make-instance-initarg-checking
with
on
true, causes
make-instance
to check the initargs. This is the initial state of LispWorks.
Initarg checking is switched off globally and dynamically by
(set-make-instance-initarg-checking nil)
.