Variable: TeX-sentinel-default-function
TeX-sentinel-default-function is a buffer-local variable defined in
tex.el.
Documentation
Default for TeX-sentinel-function. To be set in major mode.
Hook to cleanup TeX command buffer after termination of PROCESS. NAME is the name of the process.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defvar-local TeX-sentinel-default-function (lambda (_process _name) nil)
"Default for `TeX-sentinel-function'. To be set in major mode.
Hook to cleanup TeX command buffer after termination of PROCESS.
NAME is the name of the process.")