Next Prev Up Top Contents Index

*handle-warn-on-redefinition*

Variable
Summary

Specifies the action on defining a symbol in certain packages.

Package

lispworks

Initial value

:error

Description

*handle-warn-on-redefinition* specifies what action should be taken on defining external symbols in the packages specified in the variable *packages-for-warn-on-definition* . If *handle-warn-on-redefinition* is set to :warn then you are warned. If it is set to :quiet or nil , the definition is done quietly. If, however, it is set to :error , then LispWorks signals an error.

See also
*packages-for-warn-on-redefinition*
*redefinition-action*

LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index