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

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

[elpa] externals/dash 9703eac 249/316: ; Fix Edebug spec in last change


From: ELPA Syncer
Subject: [elpa] externals/dash 9703eac 249/316: ; Fix Edebug spec in last change
Date: Mon, 15 Feb 2021 15:58:11 -0500 (EST)

branch: externals/dash
commit 9703eacf0c19015e9d5e4436aba7c4e9c647f97e
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    ; Fix Edebug spec in last change
---
 dash.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dash.el b/dash.el
index 2909e07..ce1809a 100644
--- a/dash.el
+++ b/dash.el
@@ -206,7 +206,7 @@ This function's anaphoric counterpart is `--map'."
 Each element of LIST in turn is bound to `it' before evaluating
 BODY.
 This is the anaphoric counterpart to `-map'."
-  (declare (debug (form form)))
+  (declare (debug (def-form form)))
   `(mapcar (lambda (it) (ignore it) ,form) ,list))
 
 (defmacro --reduce-from (form init list)



reply via email to

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