Function: TeX-error-overview-setup
TeX-error-overview-setup is a byte-compiled function defined in
tex.el.
Signature
(TeX-error-overview-setup)
Documentation
Return the frame setup of the error overview for the current display.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defun TeX-error-overview-setup ()
"Return the frame setup of the error overview for the current display."
(and (display-multi-frame-p) TeX-error-overview-setup))