Function: TeX-get-parse-function

TeX-get-parse-function is a byte-compiled function defined in tex.el.

Signature

(TeX-get-parse-function)

Documentation

Get the parse function for the current buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defun TeX-get-parse-function ()
  "Get the parse function for the current buffer."
  (with-current-buffer TeX-command-buffer
    (TeX-process-get-variable (TeX-active-master) 'TeX-parse-function)))