Mercurial > emacs
diff lisp/faces.el @ 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 | 3f009240cc7d |
children | d9b4d1370073 |
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)))