From 7787c5370f2bdc4c56a7afd92b524445a3b713d3 Mon Sep 17 00:00:00 2001 From: Jared Finder Date: Thu, 5 Nov 2020 21:15:08 -0800 Subject: [PATCH 2/2] * lisp/faces.el (mode-line-highlight): Use :box only when supported. --- lisp/faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/faces.el b/lisp/faces.el index 728f8b0fe6..7355e1dd0a 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -2578,7 +2578,7 @@ mode-line-inactive :group 'basic-faces) (defface mode-line-highlight - '((((class color) (min-colors 88)) + '((((supports :box t) (class color) (min-colors 88)) :box (:line-width 2 :color "grey40" :style released-button)) (t :inherit highlight)) -- 2.20.1