branch: externals/compat commit 09bf8d84c14494299100a6929398da0a31b99932 Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@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.