]> git.eshelyaron.com Git - emacs.git/commit
Add new variable tab-bar-format-tab-help-text-function
authorshipmints <shipmints@gmail.com>
Thu, 30 Jan 2025 17:57:00 +0000 (12:57 -0500)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 11:11:30 +0000 (12:11 +0100)
commitd967e9d0ad7097fdc51b44b40d1ef215cd93f464
treea99c0061a93b9977c614a0115aa369231f4fd2c4
parentda187109e5984ff1d463f63479be6d82960c30f3
Add new variable tab-bar-format-tab-help-text-function

* lisp/tab-bar.el (tab-bar--format-tab):
Add new variable 'tab-bar-format-tab-help-text-function' and a default
function 'tab-bar-format-tab-help-text-default'.  'tab-bar--format-tab'
respects this new variable when producing a tab's help text, normally
shown in the echo area or via tooltips (bug#75950).

(cherry picked from commit f45a776fe3c9160c49fdf21a96d37d2ed780836c)
lisp/tab-bar.el