Variable: LaTeX-global-class-files

LaTeX-global-class-files is a variable defined in latex.el.

Value

nil

Documentation

List of the LaTeX class files.

Initialized once at the first time you prompt for a LaTeX class. 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 LaTeX-global-class-files nil
  "List of the LaTeX class files.
Initialized once at the first time you prompt for a LaTeX class.
May be reset with `\\[universal-argument] \\[TeX-normal-mode]'.")