Mercurial > emacs
changeset 92717:fec088bf4a02
(mode-line-emphasis): New face.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 11 Mar 2008 02:58:23 +0000 |
parents | 95741880e710 |
children | 1fc51cacf009 |
files | lisp/faces.el |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Tue Mar 11 02:57:21 2008 +0000 +++ b/lisp/faces.el Tue Mar 11 02:58:23 2008 +0000 @@ -2393,6 +2393,14 @@ :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."