Next Prev Up Top Contents Index

*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

Signature

*handle-existing-action-list*

Default 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 default value is '(:warn :skip) . It is used by the define-action-list macro.

See also

define-action-list


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index