]> git.eshelyaron.com Git - emacs.git/commit
Fix compiler macro expansion bug
authorMattias Engdegård <mattiase@acm.org>
Sat, 17 Dec 2022 17:20:48 +0000 (18:20 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sun, 18 Dec 2022 13:48:54 +0000 (14:48 +0100)
commit68fb06f47fd09d36a3d1d35a4d24bf40489bea19
tree01a2261dc1c0674345089e5bb9c3e7a13d1f0bf4
parent2c2ecb46b0ad3e841ac9551e3a80d02893cdf6ec
Fix compiler macro expansion bug

* lisp/emacs-lisp/macroexp.el (macroexp--expand-all):
When a compiler-macro handler is re-invoked (after macro-expanding
arguments), actually use the result instead of pointlessly dropping it
on the floor.
lisp/emacs-lisp/macroexp.el