]> git.eshelyaron.com Git - emacs.git/commit
* lisp/tab-line.el (tab-line-tabs-fixed-window-buffers): More optimizations.
authorJuri Linkov <juri@linkov.net>
Wed, 4 Dec 2024 18:38:41 +0000 (20:38 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 6 Dec 2024 15:42:32 +0000 (16:42 +0100)
commit4ec51cba6ef264f0567096b4f7596fbb71a304d2
treed0fc1ecd7e4163d40fb7b31bc4cf070524b78c6b
parent4817a67bd7458999fcdccdd3e535e41426c341ba
* lisp/tab-line.el (tab-line-tabs-fixed-window-buffers): More optimizations.

Use :size arg of 'make-hash-table' as a hint how many buffers
the table will have.  Add ':in-place t' to 'sort'.

(cherry picked from commit 25b4bf7fcd75564f23b2e60e29e8ff7354186371)
lisp/tab-line.el