the light background 8 colors case.
+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
(((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)))