1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00

(mode-line-emphasis): New face.

This commit is contained in:
Glenn Morris 2008-03-11 02:58:23 +00:00
parent 9934ebcf37
commit 313e2fc488

View File

@ -2393,6 +2393,14 @@ terminal type to a different value."
:group 'mode-line-faces
:group 'basic-faces)
(defface mode-line-emphasis
'((t (:weight bold)))
"Face used to emphasize certain mode line features.
Use the face `mode-line-highlight' for features that can be selected."
:version "23.1"
:group 'mode-line-faces
:group 'basic-faces)
(defface mode-line-buffer-id
'((t (:weight bold)))
"Face used for buffer identification parts of the mode line."