aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tab-bar.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/tab-bar.el')
-rw-r--r--lisp/tab-bar.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el
index 8f70866d99f..6204dd81d7c 100644
--- a/lisp/tab-bar.el
+++ b/lisp/tab-bar.el
@@ -57,7 +57,7 @@
57 (t 57 (t
58 :inverse-video nil)) 58 :inverse-video nil))
59 "Tab bar face for selected tab." 59 "Tab bar face for selected tab."
60 :version "27.1" 60 :version "31.1"
61 :group 'tab-bar-faces) 61 :group 'tab-bar-faces)
62 62
63(defface tab-bar-tab-inactive 63(defface tab-bar-tab-inactive
@@ -70,7 +70,7 @@
70 (t 70 (t
71 :inverse-video t)) 71 :inverse-video t))
72 "Tab bar face for non-selected tab." 72 "Tab bar face for non-selected tab."
73 :version "27.1" 73 :version "31.1"
74 :group 'tab-bar-faces) 74 :group 'tab-bar-faces)
75 75
76(defface tab-bar-tab-group-current 76(defface tab-bar-tab-group-current