untrace

(untrace symbol)

The untrace function turns off trace debugging for the specified function, which was set using the trace function and is passed to the function.

Argument

symbol specifies a function name.

Return Value

The function returns the function name passed to the untrace function.

If no argument is supplied, the function returns nil.

Examples

: (untrace myfunc)

MYFUNC

Related Functions

trace, *settrace*

trace