Next Prev Up Top Contents Index

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 Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index