From 6eb61c70a8292a7551349a294e1f95c4cf1cadf6 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Thu, 13 Mar 2008 06:10:24 +0000 Subject: [PATCH] (font-lock-comment-face): Set the foreground for the light background 8 colors case. --- lisp/ChangeLog | 5 +++++ lisp/font-lock.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a225c824eec..84300d9d5e8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-03-13 Dan Nicolaescu + + * font-lock.el (font-lock-comment-face): Set the foreground for + the light background 8 colors case. + 2008-03-13 Glenn Morris * font-lock.el (lisp-font-lock-keywords-1): Support wider range of diff --git a/lisp/font-lock.el b/lisp/font-lock.el index c536c5ba449..244b1df4347 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -1847,7 +1847,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using (((class color) (min-colors 16) (background dark)) (:foreground "red1")) (((class color) (min-colors 8) (background light)) - ) + (:foreground "red")) (((class color) (min-colors 8) (background dark)) ) (t (:weight bold :slant italic))) -- 2.39.2