]> git.eshelyaron.com Git - emacs.git/commit
Flatten nested `concat` calls
authorMattias Engdegård <mattiase@acm.org>
Wed, 8 Feb 2023 12:45:57 +0000 (13:45 +0100)
committerMattias Engdegård <mattiase@acm.org>
Wed, 8 Feb 2023 12:45:57 +0000 (13:45 +0100)
commit680bc20553ebf01375ab7957b6f0be066335fd6e
treee51b40f968a9f6bcd259bda40573cea0d5cc2c91
parentf3fce3a71c7571be19a451403b46fa667bfa3c16
Flatten nested `concat` calls

* lisp/emacs-lisp/byte-opt.el (byte-optimize-concat):
Flatten nested forms; concat is associative.  This reduces the number
of calls and may coalesce adjacent constant strings.
lisp/emacs-lisp/byte-opt.el