]> git.eshelyaron.com Git - emacs.git/commit
Strength-reduce apply with (list ...) as tail argument
authorMattias Engdegård <mattiase@acm.org>
Fri, 12 Aug 2022 13:04:51 +0000 (15:04 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sun, 14 Aug 2022 13:43:12 +0000 (15:43 +0200)
commit1d8712bcc994be23577aa3f30cb64834b99d403e
treea196249472f3623ff1b186d21b54078fcd726c76
parente99d7c4d627c1f9b4b26e3890fb3b39f74234d79
Strength-reduce apply with (list ...) as tail argument

* lisp/emacs-lisp/byte-opt.el (byte-optimize-apply):
Transform (apply F ... (list X ...)) -> (funcall F ... X ...)
lisp/emacs-lisp/byte-opt.el