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

NextPrevUpTopContentsIndex

undefine-action-list

Macro
Summary

Removes a given defined action list.

Package

lispworks

Signature

undefine-action-list uid =>

Arguments

uid

A lisp object.

Values

None.

Description

The macro undefine-action-list flushes the specified list (and all its action-items). If the action-list specified by uid does not exist, then handling is controlled by the value of the variable *handle-missing-action-list*.

See also

define-action-list


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex