From 442ebe984278ee7c1f2631c4444782995b9d4bc5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 29 Jun 2001 17:40:38 +0000 Subject: [PATCH] (region): Change the background color for the light-background color display to lightgoldenrod2, to make it visible on some laptops. --- lisp/ChangeLog | 6 ++++++ lisp/faces.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 245e9e30feb..72a8ab473c9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2001-06-29 Eli Zaretskii + + * faces.el (region): Change the background color for the + light-background color display to lightgoldenrod2, to make it + visible on some laptops. + 2001-06-28 Richard M. Stallman * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t. diff --git a/lisp/faces.el b/lisp/faces.el index ce97ed1ace0..4c795ef346d 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1695,7 +1695,7 @@ created." (((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" -- 2.39.2