All Manuals > LispWorks® User Guide and Reference Manual > 31 The CLOS Package

set-make-instance-argument-checking Function

Summary

Switches CLOS initarg checking on or off. This function is deprecated.

Package

clos

Signature

set-make-instance-argument-checking on => on

Arguments
on
A boolean.
Values
on
A boolean.
Description

The function set-make-instance-argument-checking switches CLOS initarg checking on or off according to the value of on.

Notes

set-make-instance-argument-checking is deprecated. It is an alias for set-clos-initarg-checking.

Compatibility notes
  1. In LispWorks 6.1 and later versions set-make-instance-argument-checking affects CLOS initializations other than make-instance. For clarity, you should now use set-clos-initarg-checking instead.
  2. In LispWorks 6.0 set-make-instance-argument-checking affects only make-instance.
See also

set-clos-initarg-checking


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:25