From: Gerd Moellmann Date: Thu, 2 Sep 1999 20:52:48 +0000 (+0000) Subject: (margin): Change background to "gray" for mono (this is X-Git-Tag: emacs-pretest-21.0.90~6948 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=84c499c5604111b2c3a4026d8bff53ffaf6b8358;p=emacs.git (margin): Change background to "gray" for mono (this is drawn with a stipple pattern). --- diff --git a/lisp/faces.el b/lisp/faces.el index a292ca73a2e..91003a5548b 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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."