Variable: inhibit-x-resources
inhibit-x-resources is a variable defined in emacs.c.
Value
nil
Documentation
If non-nil, X resources, Windows Registry settings, and NS defaults are not used.
Probably introduced at or before Emacs version 23.2.
Source Code
// Defined in /usr/src/emacs/src/emacs.c
DEFVAR_BOOL ("inhibit-x-resources", inhibit_x_resources,
doc: /* If non-nil, X resources, Windows Registry settings, and NS defaults are not used. */);