From 313e2fc4880e0e8d2695ed70a80c954894a57d36 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 11 Mar 2008 02:58:23 +0000 Subject: [PATCH] (mode-line-emphasis): New face. --- lisp/faces.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lisp/faces.el b/lisp/faces.el index aae7951e92f..c050b1805ef 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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." -- 2.39.5