]> 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)
committerEshel Yaron <me@eshelyaron.com>
Fri, 22 Dec 2023 18:11:01 +0000 (19:11 +0100)
commitcfe6d2eddc97a93ed85afdf9373ab5a6964639fd
treefdb70220b8826f7d296085233b4ca259dcc754c4
parent423908c150772e5ea459473d9a96febed71b4131
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.

(cherry picked from commit 9db1fe638ecfdd2d8dd32e3ee47f97c5ed3312c1)
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/macroexp.el