summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2001-02-11 06:47:20 +0000
committerKenichi Handa <handa@m17n.org>2001-02-11 06:47:20 +0000
commita63bcdb8846b64f181a17d845bfc8aa4aef9ff13 (patch)
tree840384292cc43b27baeef5ed66a3175de450897b
parent92395bbe6e4d253933b0d93901661d24bcb0f3cb (diff)
downloademacs-a63bcdb8846b64f181a17d845bfc8aa4aef9ff13.tar.gz
(mode-line): Set :line-width property to -1.
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
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)))