aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa2001-02-11 06:47:20 +0000
committerKenichi Handa2001-02-11 06:47:20 +0000
commita63bcdb8846b64f181a17d845bfc8aa4aef9ff13 (patch)
tree840384292cc43b27baeef5ed66a3175de450897b /lisp
parent92395bbe6e4d253933b0d93901661d24bcb0f3cb (diff)
downloademacs-a63bcdb8846b64f181a17d845bfc8aa4aef9ff13.tar.gz
emacs-a63bcdb8846b64f181a17d845bfc8aa4aef9ff13.zip
(mode-line): Set :line-width property to -1.
Diffstat (limited to 'lisp')
-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."
1615 1615
1616(defface mode-line 1616(defface mode-line
1617 '((((type x w32 mac) (class color)) 1617 '((((type x w32 mac) (class color))
1618 (:box (:line-width 2 :style released-button) 1618 (:box (:line-width -1 :style released-button)
1619 :background "grey75" :foreground "black")) 1619 :background "grey75" :foreground "black"))
1620 (t 1620 (t
1621 (:inverse-video t))) 1621 (:inverse-video t)))