Built-in files auto-update: Mon Jan 11 22:37:28 UTC 2021

This commit is contained in:
emacspace 2021-01-11 22:37:28 +00:00 committed by Eugene Yaremenko
parent 73cc5b24f3
commit a65497be79
1 changed files with 1 additions and 1 deletions

View File

@ -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)