(margin): Change background to "gray" for mono (this is
authorGerd Moellmann <gerd@gnu.org>
Thu, 2 Sep 1999 20:52:48 +0000 (20:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 2 Sep 1999 20:52:48 +0000 (20:52 +0000)
drawn with a stipple pattern).

lisp/faces.el

index a292ca7..91003a5 100644 (file)
@@ -1385,8 +1385,6 @@ created."
 (defface margin
   '((((class color))
      (:background "grey95"))
-    (((class mono))
-     (:background "white"))
     (t
      (:background "gray")))
   "Basic face for the margins to the left and right of windows under X."