for unspecified-fg and unspecified-bg pseudo-colors.
+2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * xfaces.c (tty_defined_color): Don't return faulire indication
+ for unspecified-fg and unspecified-bg pseudo-colors.
+
2000-02-17 Gerd Moellmann <gerd@gnu.org>
* alloc.c (mark_object): Don't mark symbol names in pure space.
color_idx = FACE_TTY_DEFAULT_BG_COLOR;
}
+ if (color_idx != FACE_TTY_DEFAULT_COLOR)
+ status = 1;
+
color_def->pixel = color_idx;
color_def->red = red;
color_def->green = green;