]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-comment-face): Set the foreground for
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 19 Mar 2008 04:00:52 +0000 (04:00 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 19 Mar 2008 04:00:52 +0000 (04:00 +0000)
the light background 8 colors case.

lisp/ChangeLog
lisp/font-lock.el

index bacfad225b09cc63fbfc6c2aac721d471b281d3e..f4daab758e4693d9fcfbeb96dd3f0c7dacf6d071 100644 (file)
@@ -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.
index 0408d12b5d1c6c309d5cbcfb257d87cd2a423141..33238c275ec60b5f0d28b44ceb97d877e1f0f82e 100644 (file)
@@ -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)))