# HG changeset patch # User Eli Zaretskii # Date 992600063 0 # Node ID f912becdb93af6aebd27356887d972fb146ffeaf # Parent 5b595b92482d051e830cb0f5fe1241b31174c453 (font-lock-comment-face): For tty's with dark background, use "red1", since "lightred" is not one of the colors recognized by tty-colors.el. diff -r 5b595b92482d -r f912becdb93a lisp/font-lock.el --- a/lisp/font-lock.el Fri Jun 15 10:12:26 2001 +0000 +++ b/lisp/font-lock.el Fri Jun 15 10:14:23 2001 +0000 @@ -1815,7 +1815,7 @@ ;; faces declared above via `custom-declare-face'. (defface font-lock-comment-face '((((type tty pc) (class color) (background light)) (:foreground "red")) - (((type tty pc) (class color) (background dark)) (:foreground "lightred")) + (((type tty pc) (class color) (background dark)) (:foreground "red1")) (((class grayscale) (background light)) (:foreground "DimGray" :bold t :italic t)) (((class grayscale) (background dark))