changeset 25494:170d491fe703

(margin): Change background to "gray" for mono (this is drawn with a stipple pattern).
author Gerd Moellmann <gerd@gnu.org>
date Thu, 02 Sep 1999 20:52:48 +0000
parents 28588533d342
children 5051c1d824fa
files lisp/faces.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/faces.el	Thu Sep 02 20:35:56 1999 +0000
+++ b/lisp/faces.el	Thu Sep 02 20:52:48 1999 +0000
@@ -1385,8 +1385,6 @@
 (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."