NextPrevUpTopContentsIndex

flag-not-special-free-action

Function
Summary

Unflags an object for special action on garbage collection.

Package

hcl

Signature

flag-not-special-free-action object => nil

Arguments

object

The object on which the special actions are to be removed.

Values

Returns nil .

Example
CL-USER 29 : 1 > (make-instance 'capi:title-pane)
#<CAPI:TITLE-PANE "" 20F9898C>
CL-USER 30 : 1 > (flag-not-special-free-action *)
NIL
See also

add-special-free-action
flag-special-free-action
remove-special-free-action


LispWorks Reference Manual - 20 Jul 2006

NextPrevUpTopContentsIndex