diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-03-13 06:10:24 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-03-13 06:10:24 +0000 |
commit | 6eb61c70a8292a7551349a294e1f95c4cf1cadf6 (patch) | |
tree | 045ac1f4dc2b0b9ddc743ecedb33a32c267de622 /lisp/font-lock.el | |
parent | 2537fa5dc0c6f08ebfd2a10e93814ec858b5310b (diff) | |
download | emacs-6eb61c70a8292a7551349a294e1f95c4cf1cadf6.tar.gz |
(font-lock-comment-face): Set the foreground for
the light background 8 colors case.
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r-- | lisp/font-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index c536c5ba449..244b1df4347 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -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))) |