From 785fc616095fb112a1df88e79bcfa0d8554a7f68 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Wed, 19 Mar 2008 04:00:52 +0000 Subject: [PATCH] (font-lock-comment-face): Set the foreground for the light background 8 colors case. --- lisp/ChangeLog | 3 +++ lisp/font-lock.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bacfad225b0..f4daab758e4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2008-03-18 Dan Nicolaescu + * font-lock.el (font-lock-comment-face): Set the foreground for + the light background 8 colors case. + * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log command for each file in the list. (vc-bzr-log-view-mode): Recognize the file marker. diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 0408d12b5d1..33238c275ec 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -1838,7 +1838,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.5