Variable: interrupt-process-functions
interrupt-process-functions is a variable defined in process.c.
Value
(tramp-interrupt-process
internal-default-interrupt-process)
Documentation
List of functions to be called for interrupt-process.
The arguments of the functions are the same as for interrupt-process.
These functions are called in the order of the list, until one of them
returns non-nil.
Probably introduced at or before Emacs version 26.1.
Source Code
// Defined in /usr/src/emacs/src/process.c
DEFVAR_LISP ("interrupt-process-functions", Vinterrupt_process_functions,
doc: /* List of functions to be called for `interrupt-process'.
The arguments of the functions are the same as for `interrupt-process'.
These functions are called in the order of the list, until one of them
returns non-nil. */);