# HG changeset patch # User Eli Zaretskii # Date 993836316 0 # Node ID 33c2d0c59c6cf0271c98bc42a34518466b5384ac # Parent 9cadbe46ecbed43db54bd8ee5125b59f8875fc1f (region): Change the background color for the light-background color display to lightgoldenrod2, to make it visible on some laptops. diff -r 9cadbe46ecbe -r 33c2d0c59c6c lisp/faces.el --- a/lisp/faces.el Fri Jun 29 16:42:52 2001 +0000 +++ b/lisp/faces.el Fri Jun 29 17:38:36 2001 +0000 @@ -1695,7 +1695,7 @@ (((class color) (background dark)) (:background "blue3")) (((class color) (background light)) - (:background "light goldenrod yellow")) + (:background "lightgoldenrod2")) (t (:background "gray"))) "Basic face for highlighting the region." :version "21.1"