From a63bcdb8846b64f181a17d845bfc8aa4aef9ff13 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sun, 11 Feb 2001 06:47:20 +0000 Subject: [PATCH] (mode-line): Set :line-width property to -1. --- lisp/faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/faces.el b/lisp/faces.el index 3eee8bad719..b1336af6cc7 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1615,7 +1615,7 @@ created." (defface mode-line '((((type x w32 mac) (class color)) - (:box (:line-width 2 :style released-button) + (:box (:line-width -1 :style released-button) :background "grey75" :foreground "black")) (t (:inverse-video t))) -- 2.11.4.GIT