unadvise

$Revision: 5.0.2.3 $

Macro

Package: EXCL

Arguments: (&optional fspec class name)

This macro removes advice with the class and name specified from the function (or macro) specified by fspec. Any of the three arguments may be nil. nil works like a wildcard: all advice specified by the other arguments is removed. All of the arguments default to nil.

Note: excl:unadvise called without arguments removes all advice from all functions and macros.

See advice.htm for general information on advice. The general documentation description is in introduction.htm. The index is in index.htm.

Copyright (C) 1998-1999, Franz Inc., Berkeley, CA. All Rights Reserved.