From 84c499c5604111b2c3a4026d8bff53ffaf6b8358 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 2 Sep 1999 20:52:48 +0000 Subject: [PATCH] (margin): Change background to "gray" for mono (this is drawn with a stipple pattern). --- lisp/faces.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/faces.el b/lisp/faces.el index a292ca73a2..91003a5548 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." -- 2.39.2