]> git.eshelyaron.com Git - emacs.git/commitdiff
(mode-line): Set :line-width property to -1.
authorKenichi Handa <handa@m17n.org>
Sun, 11 Feb 2001 06:47:20 +0000 (06:47 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 11 Feb 2001 06:47:20 +0000 (06:47 +0000)
lisp/faces.el

index 3eee8bad719549041e860031ad37f851829c50a6..b1336af6cc7c7b22928ad8534a7059543b4dfbf3 100644 (file)
@@ -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)))