Variable: TeX-global-input-files-with-extension
TeX-global-input-files-with-extension is a variable defined in
latex.el.
Value
nil
Documentation
List of the non-local TeX input files with extension.
Initialized once at the first time you prompt for an input file
inside a file hook command.
May be reset with C-u (universal-argument) M-x TeX-normal-mode (TeX-normal-mode).
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defvar TeX-global-input-files-with-extension nil
"List of the non-local TeX input files with extension.
Initialized once at the first time you prompt for an input file
inside a file hook command.
May be reset with `\\[universal-argument] \\[TeX-normal-mode]'.")