Org API
Table of Contents
Org-Compat API functions (org-compat.el)
org-compatible-face inherits specs
Make a compatible face specification.
If inherits is an existing face and if the Emacs version supports it,
just inherit the face. If inherits is set and the Emacs version does
not support it, copy the face specification from the inheritance face.
If inherits is not given and specs is, use specs to define the face.
XEmacs and Emacs 21 do not know about the min-colors attribute.
For them we convert a (min-colors 8) entry to a tty entry and move it
to the top of the list. The min-colors attribute will be removed from
any other entries, and any resulting duplicates will be removed entirely.