diff options
Diffstat (limited to '')
| -rw-r--r-- | lisp/faces.el | 4 | ||||
| -rw-r--r-- | lisp/tab-bar.el | 4 | ||||
| -rw-r--r-- | lisp/tab-line.el | 8 |
3 files changed, 8 insertions, 8 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 |
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 |
diff --git a/lisp/tab-line.el b/lisp/tab-line.el index aa75f738285..832b2b74437 100644 --- a/lisp/tab-line.el +++ b/lisp/tab-line.el | |||
| @@ -70,7 +70,7 @@ is selected." | |||
| 70 | :foreground "white") | 70 | :foreground "white") |
| 71 | (t :inverse-video nil)) | 71 | (t :inverse-video nil)) |
| 72 | "Tab line face for selected tab." | 72 | "Tab line face for selected tab." |
| 73 | :version "27.1" | 73 | :version "31.1" |
| 74 | :group 'tab-line-faces) | 74 | :group 'tab-line-faces) |
| 75 | 75 | ||
| 76 | (defface tab-line-tab-inactive | 76 | (defface tab-line-tab-inactive |
| @@ -81,7 +81,7 @@ is selected." | |||
| 81 | :background "grey20") | 81 | :background "grey20") |
| 82 | (t :inverse-video t)) | 82 | (t :inverse-video t)) |
| 83 | "Tab line face for non-selected tab." | 83 | "Tab line face for non-selected tab." |
| 84 | :version "27.1" | 84 | :version "31.1" |
| 85 | :group 'tab-line-faces) | 85 | :group 'tab-line-faces) |
| 86 | 86 | ||
| 87 | (defface tab-line-tab-inactive-alternate | 87 | (defface tab-line-tab-inactive-alternate |
| @@ -126,7 +126,7 @@ function `tab-line-tab-face-group'." | |||
| 126 | (((class color) (min-colors 88) (background dark)) | 126 | (((class color) (min-colors 88) (background dark)) |
| 127 | :background "grey40")) | 127 | :background "grey40")) |
| 128 | "Tab line face for tab with current buffer in selected window." | 128 | "Tab line face for tab with current buffer in selected window." |
| 129 | :version "27.1" | 129 | :version "31.1" |
| 130 | :group 'tab-line-faces) | 130 | :group 'tab-line-faces) |
| 131 | 131 | ||
| 132 | (defface tab-line-highlight | 132 | (defface tab-line-highlight |
| @@ -140,7 +140,7 @@ function `tab-line-tab-face-group'." | |||
| 140 | :foreground "white") | 140 | :foreground "white") |
| 141 | (t :inverse-video nil)) | 141 | (t :inverse-video nil)) |
| 142 | "Tab line face for highlighting." | 142 | "Tab line face for highlighting." |
| 143 | :version "27.1" | 143 | :version "31.1" |
| 144 | :group 'tab-line-faces) | 144 | :group 'tab-line-faces) |
| 145 | 145 | ||
| 146 | (defface tab-line-close-highlight | 146 | (defface tab-line-close-highlight |