branch: master
commit 59ddea9f134e1c16206749b38314a47acde680de
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
Correct variable name
* latex.el (TeX-normal-mode-reset-list): Fix the name of the
variable added to the list which is `LaTeX-global-class-files'.
Reported by Werner Fink <[email protected]>.
---
latex.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/latex.el b/latex.el
index 5c6a8510..acdb5f73 100644
--- a/latex.el
+++ b/latex.el
@@ -2714,7 +2714,7 @@ Initialized once at the first time you prompt for a LaTeX
class.
May be reset with `\\[universal-argument] \\[TeX-normal-mode]'.")
;; Add the variable to `TeX-normal-mode-reset-list':
-(add-to-list 'TeX-normal-mode-reset-list 'TeX-global-class-files)
+(add-to-list 'TeX-normal-mode-reset-list 'LaTeX-global-class-files)
(defcustom TeX-arg-input-file-search t
"If `TeX-arg-input-file' should search for files.