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

NextPrevUpTopContentsIndex

remove-special-free-action

Function
Summary

Removes the specified function from the special actions performed when flagged objects are garbage collected.

Package

hcl

Signature

remove-special-free-action function => function-list

Arguments

function

The function to be removed.

Values

function-list

A list of the functions currently called to perform special actions, not including the one just removed.

Description

Removes the specified function from the special actions performed when flagged objects are garbage-collected. (The special actions are added by add-special-free-action.)

See also

add-special-free-action
flag-special-free-action
flag-not-special-free-action


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex