background, use "red1", since "lightred" is not one of the colors
recognized by tty-colors.el.
2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
+ * font-lock.el (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.
+
* tar-mode.el (tar-extract): Call generate-new-buffer-name to
create a buffer for extracted file, in case there's more than one
file by that name in an archive, possibly in different
;; 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))