]> git.eshelyaron.com Git - emacs.git/commit
Small unwind-protect optimisation improvement
authorMattias Engdegård <mattiase@acm.org>
Wed, 1 Mar 2023 18:37:52 +0000 (19:37 +0100)
committerMattias Engdegård <mattiase@acm.org>
Thu, 2 Mar 2023 14:47:26 +0000 (15:47 +0100)
commita1d90e48bb0076e68592d6a6880c28b52e61d219
treeda23a252bc08899bd04e60f467362d9d8e033861
parent8106cb50f58ca9662b1add24afe03cb424b45225
Small unwind-protect optimisation improvement

* lisp/emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
Use the current for-effect mode when optimising the body form,
instead of always optimising it for value.
lisp/emacs-lisp/byte-opt.el