From: Eli Zaretskii Date: Fri, 29 Jun 2001 17:40:38 +0000 (+0000) Subject: (region): Change the background color for the X-Git-Tag: emacs-pretest-21.0.104~113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=442ebe984278ee7c1f2631c4444782995b9d4bc5;p=emacs.git (region): Change the background color for the light-background color display to lightgoldenrod2, to make it visible on some laptops. --- 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"