Variable: TeX--log-file-readin-modtime

TeX--log-file-readin-modtime is a buffer-local variable defined in tex.el.

Documentation

Recorded modification time of the TeX log file.

It is updated each time the file is read into the buffer, and is to avoid unnecessary reads of the log file.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defvar-local TeX--log-file-readin-modtime nil
  "Recorded modification time of the TeX log file.
It is updated each time the file is read into the buffer, and is to
avoid unnecessary reads of the log file.")