]> git.eshelyaron.com Git - emacs.git/commit
Add abnormal hook to determine which tabs to auto-widen
authorJoseph Turner <joseph@breatheoutbreathe.in>
Tue, 16 Jul 2024 04:55:35 +0000 (21:55 -0700)
committerEshel Yaron <me@eshelyaron.com>
Tue, 20 Aug 2024 14:12:30 +0000 (16:12 +0200)
commit3c324a0e18ba66febaed3678deb6571219579e1a
tree790ffd39e8725744815885432626a2dd50b20c65
parent5cd789d09bbe3b46960507703c91c279e55d7e7d
Add abnormal hook to determine which tabs to auto-widen

* lisp/tab-bar.el (tab-bar-auto-width-predicate-default):  Default value
for tab-bar-auto-width-functions.
(tab-bar-auto-width-functions): New abnormal hook.
(tab-bar-auto-width): Run new abnormal hook until success instead of
comparing text properties.

(cherry picked from commit 9ed761a793f0f11ffea1d2cfa9b7ff38a58d3fe1)
etc/NEWS
lisp/tab-bar.el