changeset 80344:d06bd8b20a4e

(font-lock-comment-face): Set the foreground for the light background 8 colors case.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 19 Mar 2008 04:00:52 +0000
parents 3c75e19e7ec9
children 8e178f983411
files lisp/ChangeLog lisp/font-lock.el
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Mar 19 03:49:09 2008 +0000
+++ b/lisp/ChangeLog	Wed Mar 19 04:00:52 2008 +0000
@@ -1,5 +1,8 @@
 2008-03-18  Dan Nicolaescu  <dann@ics.uci.edu>
 
+	* 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.
--- a/lisp/font-lock.el	Wed Mar 19 03:49:09 2008 +0000
+++ b/lisp/font-lock.el	Wed Mar 19 04:00:52 2008 +0000
@@ -1838,7 +1838,7 @@
     (((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)))