Variable: input-pending-p-filter-events
input-pending-p-filter-events is a variable defined in keyboard.c.
Value
t
Documentation
If non-nil, input-pending-p ignores some input events.
If this variable is non-nil (the default), input-pending-p and
other similar functions ignore input events in while-no-input-ignore-events.
This flag may eventually be removed once this behavior is deemed safe.
Source Code
// Defined in /usr/src/emacs/src/keyboard.c
DEFVAR_BOOL ("input-pending-p-filter-events",
input_pending_p_filter_events,
doc: /* If non-nil, `input-pending-p' ignores some input events.
If this variable is non-nil (the default), `input-pending-p' and
other similar functions ignore input events in `while-no-input-ignore-events'.
This flag may eventually be removed once this behavior is deemed safe. */);