; Fix Edebug spec in last change

master
Basil L. Contovounesios 5 years ago
parent 7583e6511b
commit 9703eacf0c
No known key found for this signature in database
GPG Key ID: 205AB54A5D5D8CFF
  1. 2
      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)

Loading…
Cancel
Save