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

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

[elpa] externals/compat 3ee71d20de: compat-defalias: Add missing debug d


From: ELPA Syncer
Subject: [elpa] externals/compat 3ee71d20de: compat-defalias: Add missing debug declare
Date: Fri, 6 Jan 2023 07:57:25 -0500 (EST)

branch: externals/compat
commit 3ee71d20de2ba2758489b89dd7aeaedaf94ab9cb
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@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

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