aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)))