* lisp/emacs-lisp/advice.el (comp-subr-trampoline-install): Don't declare.
This commit is contained in:
parent
bf3d296d24
commit
c393c04679
1 changed files with 0 additions and 2 deletions
|
@ -2042,8 +2042,6 @@ in that CLASS."
|
|||
function class name)))
|
||||
(error "ad-remove-advice: `%s' is not advised" function)))
|
||||
|
||||
(declare-function comp-subr-trampoline-install "comp-run")
|
||||
|
||||
;;;###autoload
|
||||
(defun ad-add-advice (function advice class position)
|
||||
"Add a piece of ADVICE to FUNCTION's list of advices in CLASS.
|
||||
|
|
Loading…
Add table
Reference in a new issue