branch: externals/compat
commit 3ee71d20de2ba2758489b89dd7aeaedaf94ab9cb
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    compat-defalias: Add missing debug declare
---
 compat-macs.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compat-macs.el b/compat-macs.el
index be3fefd9a4..b1a7cb9890 100644
--- a/compat-macs.el
+++ b/compat-macs.el
@@ -159,6 +159,7 @@ under which the definition is generated.
 
 - :cond :: Only install the definition if :cond evaluates to
   non-nil."
+  (declare (debug (name symbolp [&rest keywordp sexp])))
   (compat--guarded-definition attrs ()
     (lambda ()
       ;; The fboundp check is performed at runtime to make sure that we never

Reply via email to