From: Glenn Morris Date: Tue, 11 Mar 2008 02:58:23 +0000 (+0000) Subject: (mode-line-emphasis): New face. X-Git-Tag: emacs-pretest-23.0.90~7291 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=313e2fc4880e0e8d2695ed70a80c954894a57d36;p=emacs.git (mode-line-emphasis): New face. --- 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."