Variable: TeX-style-hook-applied-p

TeX-style-hook-applied-p is a buffer-local variable defined in tex.el.

Documentation

Non-nil means the style specific hooks have been applied.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defvar-local TeX-style-hook-applied-p nil
  "Non-nil means the style specific hooks have been applied.")