aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/font-lock.el
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2008-03-13 06:10:24 +0000
committerDan Nicolaescu <[email protected]>2008-03-13 06:10:24 +0000
commit6eb61c70a8292a7551349a294e1f95c4cf1cadf6 (patch)
tree045ac1f4dc2b0b9ddc743ecedb33a32c267de622 /lisp/font-lock.el
parent2537fa5dc0c6f08ebfd2a10e93814ec858b5310b (diff)
(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.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index c536c5ba44..244b1df434 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)))