]> git.eshelyaron.com Git - emacs.git/commitdiff
(mode-line-emphasis): New face.
authorGlenn Morris <rgm@gnu.org>
Tue, 11 Mar 2008 02:58:23 +0000 (02:58 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 11 Mar 2008 02:58:23 +0000 (02:58 +0000)
lisp/faces.el

index aae7951e92f9d359a02d95dfc05ff941e6739381..c050b1805efe275d03716cde11f61d8ebbfeb8ce 100644 (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."