Variable: TeX-command-sequence-max-runs-same-command
TeX-command-sequence-max-runs-same-command is a customizable variable
defined in tex.el.
Value
4
Documentation
Maximum number of runs of the same command.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-command-sequence-max-runs-same-command 4
"Maximum number of runs of the same command."
:type 'integer
:group 'TeX-command)