]> git.eshelyaron.com Git - emacs.git/commit
Avoid mapping file names through 'substring'
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 10 Oct 2021 01:14:35 +0000 (04:14 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 10 Oct 2021 01:15:42 +0000 (04:15 +0300)
commit6bf29072e968401f842789c71468e624e5c913a9
tree28a47963b19f4114466d12625d8539e12ca34cc2
parentbcce93f04c2df6a5bb5dd1a8e611de734d24aee7
Avoid mapping file names through 'substring'

* lisp/progmodes/project.el (project--files-in-directory):
Avoid mapping file names through 'substring'.  Reducing the amount
of garbage generated.  Better perf by up to 20%.
Bump the package version.
lisp/progmodes/project.el