delete-all-methods [Function]


Purpose

The delete-all-methods function deletes all methods that belong to a given action.

Syntax

delete-all-methods action

Arguments

The action argument is the action from which all methods are to be deleted.

Value

The delete-all-methods function returns nil.

Examples

(delete-all-methods (fb move)) ==> NIL

See Also

Last modified: Jun 1 1995