emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/compat 09bf8d8 75/99: Declare nadvice functions for com


From: ELPA Syncer
Subject: [elpa] externals/compat 09bf8d8 75/99: Declare nadvice functions for compat-func-arity
Date: Sun, 17 Oct 2021 05:58:00 -0400 (EDT)

branch: externals/compat
commit 09bf8d84c14494299100a6929398da0a31b99932
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Declare nadvice functions for compat-func-arity
---
 compat.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/compat.el b/compat.el
index 7b74daa..6039df3 100644
--- a/compat.el
+++ b/compat.el
@@ -46,6 +46,8 @@
 (declare-function ad-is-advised "advice" (function))
 (declare-function ad-is-active "advice" (function))
 (declare-function ad-get-advice-info-field "advice" (function field))
+(declare-function advice--p "nadvice" (func))
+(declare-function advice--car "nadvice" (func))
 
 ;; The implementation is extracted here so that compatibility advice
 ;; can check if the right number of arguments are being handled.



reply via email to

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