diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2022-08-12 15:04:51 +0200 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2022-08-14 15:43:12 +0200 |
commit | 1d8712bcc994be23577aa3f30cb64834b99d403e (patch) | |
tree | a196249472f3623ff1b186d21b54078fcd726c76 /doc/emacs | |
parent | e99d7c4d627c1f9b4b26e3890fb3b39f74234d79 (diff) | |
download | emacs-1d8712bcc994be23577aa3f30cb64834b99d403e.tar.gz emacs-1d8712bcc994be23577aa3f30cb64834b99d403e.tar.bz2 emacs-1d8712bcc994be23577aa3f30cb64834b99d403e.zip |
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 ...)
Diffstat (limited to 'doc/emacs')
0 files changed, 0 insertions, 0 deletions