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

NextPrevUpTopContentsIndex

set-make-instance-argument-checking

Function
Summary

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

Package

clos

Signature

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

Arguments

on

A boolean.

Description

The deprecated function set-make-instance-initarg-checking switches CLOS initarg checking on or off.

Notes

set-make-instance-initarg-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-initarg-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-initarg-checking affects only make-instance.
See also

set-clos-initarg-checking


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex