From a65497be79897ee5d1046eede5561283c43c667f Mon Sep 17 00:00:00 2001 From: emacspace Date: Mon, 11 Jan 2021 22:37:28 +0000 Subject: [PATCH] Built-in files auto-update: Mon Jan 11 22:37:28 UTC 2021 --- core/libs/dash.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/libs/dash.el b/core/libs/dash.el index 2909e0797..ce1809aa7 100644 --- a/core/libs/dash.el +++ b/core/libs/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)