Variable: overriding-plist-environment
overriding-plist-environment is a variable defined in fns.c.
Value
nil
Documentation
An alist that overrides the plists of the symbols which it lists.
Used by the byte-compiler to apply define-symbol-prop during
compilation.
Source Code
// Defined in /usr/src/emacs/src/fns.c
DEFVAR_LISP ("overriding-plist-environment", Voverriding_plist_environment,
doc: /* An alist that overrides the plists of the symbols which it lists.
Used by the byte-compiler to apply `define-symbol-prop' during
compilation. */);