]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/tab-bar.el (tab-bar--format-tab-group): Add 'current-group'.
authorJuri Linkov <juri@linkov.net>
Tue, 6 Aug 2024 06:59:48 +0000 (09:59 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 6 Aug 2024 09:55:51 +0000 (11:55 +0200)
Use current-group symbol for current tab group item (bug#71883).

(cherry picked from commit 7b49261b5e33b0de967c885aeee988b0221026bb)

lisp/tab-bar.el

index 02e7ef0d7f26d1e0ed48e242cacad7af68bd32de..29bf2a957e82719bca799f605833726c0e4dc009 100644 (file)
@@ -1047,7 +1047,7 @@ The argument I is the tab index, and CURRENT-P is non-nil
 when the tab is current.  Return the result as a keymap."
   (append
    `((,(intern (format "sep-%i" i)) menu-item ,(tab-bar-separator) ignore))
-   `((,(intern (format "group-%i" i))
+   `((,(intern (if current-p "current-group" (format "group-%i" i)))
       menu-item
       ,(if current-p
            (condition-case nil