aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 728f8b0fe67..7355e1dd0a5 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -2578,7 +2578,7 @@ non-nil."
2578 :group 'basic-faces) 2578 :group 'basic-faces)
2579 2579
2580(defface mode-line-highlight 2580(defface mode-line-highlight
2581 '((((class color) (min-colors 88)) 2581 '((((supports :box t) (class color) (min-colors 88))
2582 :box (:line-width 2 :color "grey40" :style released-button)) 2582 :box (:line-width 2 :color "grey40" :style released-button))
2583 (t 2583 (t
2584 :inherit highlight)) 2584 :inherit highlight))