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

*handle-missing-action-list* Variable

Summary

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

Package

lispworks

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 - 01 Dec 2021 19:30:41