mh-face-data

mh-face-data is a compiled Lisp function in `mh-e.el'.

(mh-face-data FACE &optional INHERIT)

Return spec for FACE.
See `defface' for the spec definition.

If INHERIT is non-nil and `defface' supports the :inherit
keyword, return INHERIT literally; otherwise, return spec for
FACE from the variable `mh-face-data'. This isn't a perfect
implementation. In the case that the :inherit keyword is not
supported, any additional attributes in the inherit parameter are
not added to the returned spec.

Furthermore, when `mh-min-colors-defined-flag' is nil, this
function finds display entries with "min-colors" requirements
and either removes the "min-colors" requirement or strips the
display entirely if the display does not support the number of
specified colors.