diff options
| author | Eli Zaretskii | 2026-01-12 15:10:59 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2026-01-12 15:10:59 +0200 |
| commit | ec3ade22fcc495cffbe054b1a407f99864ed7c80 (patch) | |
| tree | 365898537e4381e47197bfa2037f1056367a329f /lisp/tab-bar.el | |
| parent | eb4c5f009505e62160ec200a4c53619157b6c1e0 (diff) | |
| download | emacs-master.tar.gz emacs-master.zip | |
* 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/tab-bar.el')
| -rw-r--r-- | lisp/tab-bar.el | 4 |
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 |