1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(region): Change the background color for the

light-background color display to lightgoldenrod2, to make it
visible on some laptops.
This commit is contained in:
Eli Zaretskii 2001-06-29 17:40:38 +00:00
parent d2fdb7a805
commit 442ebe9842
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
* 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 <rms@gnu.org>
* mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.

View File

@ -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"