# HG changeset patch # User Gerd Moellmann # Date 936305568 0 # Node ID 170d491fe7038c2b4e545c6f90d1a49c2ef88c41 # Parent 28588533d3422f888910f29e7045322cffdf43a5 (margin): Change background to "gray" for mono (this is drawn with a stipple pattern). diff -r 28588533d342 -r 170d491fe703 lisp/faces.el --- 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."