]> git.eshelyaron.com Git - emacs.git/commit
* lisp/tab-line.el (tab-line-force-update): New function (bug#71601).
authorJuri Linkov <juri@linkov.net>
Mon, 17 Jun 2024 16:47:53 +0000 (19:47 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 19 Jun 2024 08:41:57 +0000 (10:41 +0200)
commit47b43e3ad148b6a89c3afa49d6d77fd7db9cf314
tree1a597464f54f00383ef156a1b7a017c6a5ff00ae
parent29b48dd3cf20295db515ab6efa95f2791d7a424d
* lisp/tab-line.el (tab-line-force-update): New function (bug#71601).

(tab-line-tab-name-function, tab-line-tabs-function)
(tab-line-tabs-buffer-group-function)
(tab-line-tabs-buffer-group-sort-function)
(tab-line-tabs-buffer-groups-sort-function)
(tab-line-tab-name-format-function):
Use 'tab-line-force-update' in the :set lambda of defcustom.
(tab-line-tab-name-function, tab-line-tabs-function)
(tab-line-cache-key-function): Mention 'tab-line-force-update'
in the docstring.
(tab-line-new-button-show, tab-line-close-button-show):
In the :set lambda of defcustom use 'force-mode-line-update'
with the non-nil arg ALL.

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