emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auctex 59ddea9f13 04/13: Correct variable name


From: ELPA Syncer
Subject: [elpa] externals/auctex 59ddea9f13 04/13: Correct variable name
Date: Wed, 15 May 2024 06:57:29 -0400 (EDT)

branch: externals/auctex
commit 59ddea9f134e1c16206749b38314a47acde680de
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    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 <werner@suse.de>.
---
 latex.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/latex.el b/latex.el
index 5c6a851089..acdb5f7366 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]