Variable: face-filters-always-match
face-filters-always-match is a variable defined in xfaces.c.
Value
nil
Documentation
Non-nil means that face filters are always deemed to match.
This variable is intended for use only by code that evaluates the "specifity" of a face specification and should be let-bound only for this purpose.
Source Code
// Defined in /usr/src/emacs/src/xfaces.c
DEFVAR_BOOL ("face-filters-always-match", face_filters_always_match,
doc: /* Non-nil means that face filters are always deemed to match.
This variable is intended for use only by code that evaluates
the "specifity" of a face specification and should be let-bound
only for this purpose. */);