emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c393c046797 1/2: * lisp/emacs-lisp/advice.el (comp-subr-trampolin


From: Andrea Corallo
Subject: master c393c046797 1/2: * lisp/emacs-lisp/advice.el (comp-subr-trampoline-install): Don't declare.
Date: Fri, 15 Mar 2024 09:47:16 -0400 (EDT)

branch: master
commit c393c0467972cba9dc7ed256acd72b553204c33a
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>

    * lisp/emacs-lisp/advice.el (comp-subr-trampoline-install): Don't declare.
---
 lisp/emacs-lisp/advice.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el
index 9489a9fd1b3..752660156b9 100644
--- a/lisp/emacs-lisp/advice.el
+++ b/lisp/emacs-lisp/advice.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]