All Manuals > LispWorks User Guide and Reference Manual > 40 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 macro define-action-list .

See also

define-action-list


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex