changeset 36035:ed26bdb38c1f

(mode-line): Set :line-width property to -1.
author Kenichi Handa <handa@m17n.org>
date Sun, 11 Feb 2001 06:47:20 +0000
parents 5a7e749fb85e
children dcbe0206da25
files lisp/faces.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/faces.el	Sun Feb 11 06:45:22 2001 +0000
+++ b/lisp/faces.el	Sun Feb 11 06:47:20 2001 +0000
@@ -1615,7 +1615,7 @@
 
 (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)))