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

lisp/ChangeLog
lisp/font-lock.el

index a225c824eecae24edf6a3f89488bb8d83aaa246d..84300d9d5e8e37d0ea15288e366a8de948adfe11 100644 (file)
@@ -1,3 +1,8 @@
+2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * font-lock.el (font-lock-comment-face): Set the foreground for
+       the light background 8 colors case.
+
 2008-03-13  Glenn Morris  <rgm@gnu.org>
 
        * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
index c536c5ba44959d3e0d72f1e87600bf08d0cd1aaf..244b1df434759355e011aa2de6db18daeffdd507 100644 (file)
@@ -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)))