Function: TeX-active-process
TeX-active-process is a byte-compiled function defined in tex.el.
Signature
(TeX-active-process)
Documentation
Return the active process for the current buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defun TeX-active-process ()
"Return the active process for the current buffer."
(TeX-process (TeX-active-master)))