okamsn / loopy

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

Fix use of `macroexpand-all` in `loopy-iter` and `loopy`. #173

Closed okamsn closed 11 months ago

okamsn commented 11 months ago

We should always be passing an environment to the function, otherwise the environment is reset to nil, which breaks macros like cl-flet.