]> git.eshelyaron.com Git - emacs.git/commit
Move `while` syntax check from optimiser to macroexpand
authorMattias Engdegård <mattiase@acm.org>
Wed, 17 Aug 2022 18:29:27 +0000 (20:29 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 19 Aug 2022 19:23:48 +0000 (21:23 +0200)
commit9a7b3673e09fe839163bf35e25e37e2ac62bc272
tree4693abec1d7a57ff7b8cd751a0ac0f89616bd912
parenta936335aa02bd6d142ce61563e6cf70a1a7c271b
Move `while` syntax check from optimiser to macroexpand

* lisp/emacs-lisp/byte-opt.el (byte-optimize-while): Move check...
* lisp/emacs-lisp/macroexp.el (macroexp--expand-all): ...here.
lisp/emacs-lisp/byte-opt.el
lisp/emacs-lisp/macroexp.el