branch: externals/auctex
commit 4d0cf0f74aa8308ef04d60fdc057d00078152686
Author: Arash Esbati <ar...@gnu.org>
Commit: Arash Esbati <ar...@gnu.org>

    ; Silence the compiler
    
    * style/expl3.el (font-latex-match-simple-include-list): Silence
    the compiler.
---
 style/expl3.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/style/expl3.el b/style/expl3.el
index 4fdea24..1ee605e 100644
--- a/style/expl3.el
+++ b/style/expl3.el
@@ -35,6 +35,8 @@
                  "font-latex"
                  (&optional syntactic-kws))
 
+(defvar font-latex-match-simple-include-list)
+
 (defvar LaTeX-expl3-syntax-table
   (let ((st (copy-syntax-table LaTeX-mode-syntax-table)))
     ;; Make _ and : symbol chars

Reply via email to