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

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

[elpa] externals/dash f04df47 048/316: Fix the debug declaration for -->


From: ELPA Syncer
Subject: [elpa] externals/dash f04df47 048/316: Fix the debug declaration for -->
Date: Mon, 15 Feb 2021 15:57:23 -0500 (EST)

branch: externals/dash
commit f04df47f471594c2ddebef53a7e76700b7b22020
Author: Matus Goljer <matus.goljer@gmail.com>
Commit: Matus Goljer <matus.goljer@gmail.com>

    Fix the debug declaration for -->
---
 dash.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dash.el b/dash.el
index a094e41..80f596a 100644
--- a/dash.el
+++ b/dash.el
@@ -1342,7 +1342,7 @@ last item in second form, etc."
 signified by the token `it' in the first form. If there are more
 forms, insert the first form at the position signified by `it' in
 in second form, etc."
-  (declare (debug ->))
+  (declare (debug (form &rest [&or symbolp (sexp &rest [&or "it" form])])))
   (if (null more)
       (if (listp form)
           (--map-when (eq it 'it) x form)



reply via email to

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