Variable: TeX-after-start-process-function
TeX-after-start-process-function is a variable defined in tex.el.
Value
TeX-adjust-process-coding-system
Documentation
Function to adjust coding system of an asynchronous process.
Called with one argument PROCESS.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defvar TeX-after-start-process-function
#'TeX-adjust-process-coding-system
"Function to adjust coding system of an asynchronous process.
Called with one argument PROCESS.")