>From da2025d524da5b76e4f2bc81d51899d9b798888c Mon Sep 17 00:00:00 2001 From: Gabriel do Nascimento Ribeiro Date: Wed, 14 Dec 2022 17:10:28 -0300 Subject: [PATCH 1/1] Fix incorrect format of current tab bar group * lisp/tab-bar.el (tab-bar--format-tab-group): Make proper use of 'tab-bar--format-tab-group' to format the current tab bar group. --- lisp/tab-bar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el index 162e63fe23..65e424080d 100644 --- a/lisp/tab-bar.el +++ b/lisp/tab-bar.el @@ -882,7 +882,7 @@ tab-bar--format-tab-group `((,(intern (format "group-%i" i)) menu-item ,(if current-p - (propertize (funcall tab-bar-tab-group-function tab) + (propertize (funcall tab-bar-tab-group-format-function tab i) 'face 'tab-bar-tab-group-current) (funcall tab-bar-tab-group-format-function tab i)) ,(if current-p 'ignore -- 2.34.1