All Manuals > LispWorks User Guide and Reference Manual > 34 The LISPWORKS Package

NextPrevUpTopContentsIndex

*handle-missing-action-list*

Variable
Summary

Defines how to handle an operation on a missing action list.

Package

lispworks

Signature

*handle-missing-action-list*

Initial value

:error

Description

The variable *handle-missing-action-list* is a keyword; one of :warn , :error , or :ignore , denoting how to handle an operation on a missing action-list. The default value is :error .

*handle-missing-action-list* is used by undefine-action-list, print-actions, execute-actions, define-action and undefine-action.

See also

define-action
execute-actions
print-actions
undefine-action
undefine-action-list


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex