Variable: TeX-kill-process-without-query
TeX-kill-process-without-query is a customizable and buffer-local
variable defined in tex.el.
Documentation
If non-nil, abort a running document process without user query.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-kill-process-without-query nil
"If non-nil, abort a running document process without user query."
:type 'boolean
:safe #'booleanp
:group 'TeX-command
:local t)