Variable: signal-process-functions
signal-process-functions is a variable defined in process.c.
Value
(tramp-signal-process
internal-default-signal-process)
Documentation
List of functions to be called for signal-process.
The arguments of the functions are the same as for signal-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 29.1.
Source Code
// Defined in /usr/src/emacs/src/process.c
DEFVAR_LISP ("signal-process-functions", Vsignal_process_functions,
doc: /* List of functions to be called for `signal-process'.
The arguments of the functions are the same as for `signal-process'.
These functions are called in the order of the list, until one of them
returns non-nil. */);