]> git.eshelyaron.com Git - emacs.git/commit
Maintain byte-compile-form-stack in cconv-convert (bug#67483)
authorMattias Engdegård <mattiase@acm.org>
Wed, 20 Dec 2023 12:21:36 +0000 (13:21 +0100)
committerMattias Engdegård <mattiase@acm.org>
Thu, 21 Dec 2023 12:20:27 +0000 (13:20 +0100)
commit57fd0f47f6955505195f77a55d29334ded88889c
tree0d4d80084b46e3749dabec56dc8ee75b90ea45f0
parent14ecc377ab43e4c33506c2a8b65bf1e75fb262d3
Maintain byte-compile-form-stack in cconv-convert (bug#67483)

* lisp/emacs-lisp/macroexp.el (macroexp--with-extended-form-stack):
New.
* lisp/emacs-lisp/cconv.el (cconv-closure-convert, cconv-convert):
Push forms onto byte-compile-form-stack.
lisp/emacs-lisp/cconv.el
lisp/emacs-lisp/macroexp.el