]> git.eshelyaron.com Git - emacs.git/commit
Encapsulate byte-compile-form-stack maintenance
authorMattias Engdegård <mattiase@acm.org>
Thu, 21 Dec 2023 12:33:27 +0000 (13:33 +0100)
committerMattias Engdegård <mattiase@acm.org>
Fri, 22 Dec 2023 12:10:14 +0000 (13:10 +0100)
commit9db1fe638ecfdd2d8dd32e3ee47f97c5ed3312c1
tree1f80d5f2bbee0f8102badcb9d469c24e695e9649
parentf34f474e386b662114e6ee4ebd8c37f4cb66db71
Encapsulate byte-compile-form-stack maintenance

* lisp/emacs-lisp/bytecomp.el (byte-compile-toplevel-file-form)
(byte-compile-form):
* lisp/emacs-lisp/macroexp.el (macroexp--expand-all):
Use `macroexp--with-extended-form-stack` instead of explicit
push and pop.
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/macroexp.el