process-kill-without-query
process-kill-without-query is a compiled Lisp function in `subr.el
'.
(process-kill-without-query PROCESS &optional FLAG)
This function is obsolete since 22.1;
use `process-query-on-exit-flag' or `set-process-query-on-exit-flag'.
Say no query needed if PROCESS is running when Emacs is exited.
Optional second argument if non-nil says to require a query.
Value is t if a query was formerly required.