Mercurial > emacs
changeset 92848:9b6110ff87b2
(font-lock-comment-face): Set the foreground for
the light background 8 colors case.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 13 Mar 2008 06:10:24 +0000 |
parents | 4a5a0e17ec4e |
children | d72b782e6c81 |
files | lisp/ChangeLog lisp/font-lock.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Mar 13 06:05:25 2008 +0000 +++ b/lisp/ChangeLog Thu Mar 13 06:10:24 2008 +0000 @@ -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
--- a/lisp/font-lock.el Thu Mar 13 06:05:25 2008 +0000 +++ b/lisp/font-lock.el Thu Mar 13 06:10:24 2008 +0000 @@ -1847,7 +1847,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)))