summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/faces.el8
1 files changed, 8 insertions, 0 deletions
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."