Next Prev Up Top Contents Index

*handle-missing-action-list*

Variable
Summary

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

Package

lispworks

Signature

*handle-missing-action-list*

Default Value

:error

Description

A keyword; one of :warn , :error , or :ignore , denoting how to handle an operation on a missing action-list. The default value is :error . It is used by undefine-action-list , print-actions , execute-actions , define-action and undefine-action .

See also

define-action-list


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index