Removes the specified function from the special actions performed when flagged objects are garbage collected.
hcl
remove-special-free-action function => function-list
function⇩ |
The function to be removed. |
function-list |
A list of the functions currently called to perform special actions, not including the one just removed. |
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.)
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