Variable: LaTeX-idx-md5-alist

LaTeX-idx-md5-alist is a variable defined in tex.el.

Value

nil

Documentation

Alist of MD5 hashes of idx file.

Car is the idx file, cdr is its md5 hash.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defvar LaTeX-idx-md5-alist nil
  "Alist of MD5 hashes of idx file.

Car is the idx file, cdr is its md5 hash.")