ad-deactivate

ad-deactivate is an interactive compiled Lisp function in `advice.el'.


(ad-deactivate FUNCTION)

Deactivate the advice of an actively advised FUNCTION.
If FUNCTION has a proper original definition, then the current
definition of FUNCTION will be replaced with it. All the advice
information will still be available so it can be activated again with
a call to `ad-activate'.