NextPrevUpTopContentsIndex

*redefinition-action*

Variable
Summary

Specifies the action on some redefinitions.

Package

dspec

Initial value

:warn

Description

*redefinition-action* specifies what action should be taken when methods and other forms are redefined. If *redefinition-action* is set to :warn then you are warned. If it is set to :quiet or nil , the redefinition is done quietly. If, however, it is set to :error , then LispWorks signals an error.

Compatibility note

*redefinition-action* was documented in the lispworks package in LispWorks 4.3 and earlier. Although it is currently still available there, this may change in future releases and you should now reference it via the dspec package.

See also

*handle-warn-on-redefinition*


LispWorks Reference Manual - 20 Jul 2006

NextPrevUpTopContentsIndex