okamsn / loopy

A better looping and iteration macro for Emacs.
GNU General Public License v3.0
23 stars 3 forks source link

Fix `reduce` with no explicit initialization. #164

Closed okamsn closed 1 year ago

okamsn commented 1 year ago

Change so that it does not pass the first value of EXPR to the function. This change makes it work more like cl-reduce, which is the expected behavior.