* lisp/emacs-lisp/advice.el (comp-subr-trampoline-install): Don't declare.

This commit is contained in:
Andrea Corallo 2024-03-15 12:32:06 +01:00
parent bf3d296d24
commit c393c04679

View file

@ -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.