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:
parent
d2fdb7a805
commit
442ebe9842
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user