UNTRACE$

untrace functions
Major Section:  TRACE

Examples:
(untrace$)         ; untrace all traced functions
(untrace$ foo bar) ; untrace foo and bar

General Forms: (untrace$) ; untrace all traced functions (untrace$ fn1 fn2 ... fnk) ; untrace the indicated functions

where the fni are defined or even constrained functions.

Untrace$ undoes the effect of trace$. See trace$. Untrace returns nil