]> git.eshelyaron.com Git - emacs.git/commit
* lisp/emacs-lisp/cl-macs.el (cl--parse-loop-clause): Fix bug#65833
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 9 Sep 2023 02:17:43 +0000 (22:17 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 9 Sep 2023 02:17:43 +0000 (22:17 -0400)
commit4785a63ab71ad5a30d6e148221fae39559fdd79d
tree92315306c2ad86e8c4f7529c317fe4fcf3daaa3f
parentec097d85ff08b07bf5c9a59e183a959c004aae35
* lisp/emacs-lisp/cl-macs.el (cl--parse-loop-clause): Fix bug#65833

For some reason the intervals case failed to push the var to
`loop-for-bindings` before pushing to `loop-for-sets`.
AFAICT this was the only place where we made that mistake.
lisp/emacs-lisp/cl-macs.el