branch: externals/auctex
commit c5040934b0fdff4c5d69b2aad1790578a5c954e8
Author: Ikumi Keita <ik...@ikumi.que.jp>
Commit: Ikumi Keita <ik...@ikumi.que.jp>

    ; * latex.el: Avoid potential compiler warning.
---
 latex.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/latex.el b/latex.el
index 12ec9a0..2351ffa 100644
--- a/latex.el
+++ b/latex.el
@@ -58,6 +58,7 @@
 (defvar outline-heading-alist)
 (defvar TeX-auto-file)
 (defvar LaTeX-section-list-changed)
+(defvar TeX-error-description-list-local)
 
 ;;; Syntax
 

Reply via email to