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

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

[elpa] externals/auctex 993326c 40/67: ; Silence the compiler in styles


From: Tassilo Horn
Subject: [elpa] externals/auctex 993326c 40/67: ; Silence the compiler in styles for `font-latex-syntactic-keywords-extra'
Date: Fri, 8 Feb 2019 11:40:37 -0500 (EST)

branch: externals/auctex
commit 993326cc5bfb5d906362a885e2053a4947661360
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    ; Silence the compiler in styles for `font-latex-syntactic-keywords-extra'
    
    * style/comment.el:
    * style/minted.el: Silence the compiler in the style files for the
    variable `font-latex-syntactic-keywords-extra'.
---
 style/comment.el | 2 ++
 style/minted.el  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/style/comment.el b/style/comment.el
index fd6d6c5..8d2bc7d 100644
--- a/style/comment.el
+++ b/style/comment.el
@@ -39,6 +39,8 @@
                  "font-latex"
                  (&optional syntactic-kws))
 
+(defvar font-latex-syntactic-keywords-extra)
+
 (TeX-add-style-hook
  "comment"
  (lambda ()
diff --git a/style/minted.el b/style/minted.el
index cdeea29..e06c74a 100644
--- a/style/minted.el
+++ b/style/minted.el
@@ -41,6 +41,8 @@
                  "font-latex"
                  (&optional syntactic-kws))
 
+(defvar font-latex-syntactic-keywords-extra)
+
 (defvar LaTeX-minted-key-val-options
   '(("autogobble" ("true" "false"))
     ("baselinestretch" ("auto"))



reply via email to

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