]> git.eshelyaron.com Git - emacs.git/commit
Merge consecutive constant `concat' args (bug#14769)
authorMattias Engdegård <mattiase@acm.org>
Sun, 16 Jun 2019 11:13:47 +0000 (13:13 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 26 Jun 2019 09:39:12 +0000 (11:39 +0200)
commit260b6c2c931d74ef64dacb20b7fcae6f888e6d42
tree99e952e57c2dfb953b4365fd9ec8c82f5e8ddae8
parent1bc1672f77d15f5f2cda29ce8ce4806bbb6ff71a
Merge consecutive constant `concat' args (bug#14769)

Suggested by Shigeru Fukaya <shigeru.fukaya@gmail.com>

* lisp/emacs-lisp/byte-opt.el (byte-optimize-concat): New.
(concat): Add byte-optimizer.
lisp/emacs-lisp/byte-opt.el