Removes the trapping installed by break-new-instances-on-access. Note that this function is deprecated.
clos
unbreak-new-instances-on-access class-designator => t
class-designator⇩ |
The class whose trap you want to remove. |
The function unbreak-new-instances-on-access
removes the trapping installed by break-new-instances-on-access for the class given by class-designator. Note that this function is deprecated. You should now use untrace-new-instances-on-access instead.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:25