LispWorks User Guide and Reference Manual > 34 The LISPWORKS Package

NextPrevUpTopContentsIndex

*handle-existing-action-list*

Variable
Summary

Contains keywords determining what to do about a given action list operation when the action list already exists.

Package

lispworks

Initial value

(:warn :skip)

Description

A list containing either :warn or :silent , determining whether to notify the user, and either :skip or :redefine to determine what to do about an action list operation when the action list already exists. The initial value is (:warn :skip) .

It is used by the define-action-list macro.

See also

define-action-list


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex