aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorEli Zaretskii2026-01-12 15:10:59 +0200
committerEli Zaretskii2026-01-12 15:10:59 +0200
commitec3ade22fcc495cffbe054b1a407f99864ed7c80 (patch)
tree365898537e4381e47197bfa2037f1056367a329f /lisp/faces.el
parenteb4c5f009505e62160ec200a4c53619157b6c1e0 (diff)
downloademacs-master.tar.gz
emacs-master.zip
; Fix a recent change of tab-bar/line facesHEADmaster
* lisp/tab-line.el (tab-line-tab, tab-line-tab-inactive) (tab-line-highlight, tab-line-tab-current): * lisp/tab-bar.el (tab-bar-tab, tab-bar-tab-inactive): * lisp/faces.el (tab-line, tab-bar): Update :version of modified faces.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index f87ef932023..eea1773a3a2 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -2976,7 +2976,7 @@ Note: Other faces cannot inherit from the cursor face."
2976 (t 2976 (t
2977 :inverse-video t)) 2977 :inverse-video t))
2978 "Tab bar face." 2978 "Tab bar face."
2979 :version "27.1" 2979 :version "31.1"
2980 :group 'basic-faces) 2980 :group 'basic-faces)
2981 2981
2982(defface tab-line 2982(defface tab-line
@@ -2995,7 +2995,7 @@ Note: Other faces cannot inherit from the cursor face."
2995 (t 2995 (t
2996 :inverse-video t)) 2996 :inverse-video t))
2997 "Tab line face." 2997 "Tab line face."
2998 :version "27.1" 2998 :version "31.1"
2999 :group 'basic-faces) 2999 :group 'basic-faces)
3000 3000
3001(defface menu 3001(defface menu