Function: TeX-active-buffer

TeX-active-buffer is a byte-compiled function defined in tex.el.

Signature

(TeX-active-buffer)

Documentation

Return the buffer of the active process for this buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defun TeX-active-buffer ()
  "Return the buffer of the active process for this buffer."
  (and TeX-command-buffer
       (with-current-buffer TeX-command-buffer
         (TeX-process-buffer (TeX-active-master)))))