vl-acad-undefun


(vl-acad-undefun 'functionName)

This function undefines a Lisp function name as a function to be callable from external (BRX) application code.

Arguments

functionName  (symbol name) is the name of a Lisp DEFUN, to be undefined as "externally callable function'

Return

always returns T

Example


Remarks

this function does nothing when used from non-namespace Lisp code



©  Bricsys NV. All rights reserved.