]> git.eshelyaron.com Git - emacs.git/commit
Repair miscompilation of single-arg `apply` (bug#69533)
authorMattias EngdegÄrd <mattiase@acm.org>
Mon, 4 Mar 2024 09:44:19 +0000 (10:44 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 5 Mar 2024 15:34:06 +0000 (16:34 +0100)
commitb63134cd6be4e9b3087e9b0bcf3ea77d9c2c8a75
tree52511ff14dc1c3b5068a5edfdf1c871b5e3790df
parent6c2105d71b91b307111459cf92a755aed4f713ff
Repair miscompilation of single-arg `apply` (bug#69533)

* lisp/emacs-lisp/byte-opt.el (byte-optimize-apply):
Don't optimise single-argument `apply`; it's a legacy construct.
* test/lisp/emacs-lisp/bytecomp-tests.el (bytecomp-tests--test-cases):
Add test case.

(cherry picked from commit b9e8474a4470f71c30a4b89651fd3c5f2ef92ba2)
lisp/emacs-lisp/byte-opt.el
test/lisp/emacs-lisp/bytecomp-tests.el