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

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

The function remove-special-free-action removes 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 - 01 Dec 2021 19:30:35