NextPrevUpTopContentsIndex

undefine-action

Macro
Summary

Removes an action from a specified list.

Package

lispworks

Signature

undefine-action name-or-list action-name =>

Arguments

name-or-list

A list or action list object.

action-name

A general lisp object.

Description

The undefine-action macro removes the specified action from the specified list. If the action specified by action-name does not exist, then this is handled according to the value of *handle-missing-action-in-action-list*.

name-or-list is evaluated to give either a list UID (to be looked up in the global registry of lists) or an action list object. action-name is a UID (general lisp object, to be compared by equalp ). It uniquely identifies this action within its list (as opposed to among all lists).

See also

define-action


LispWorks Reference Manual - 6 Apr 2005

NextPrevUpTopContentsIndex