branch: externals/auctex
commit 993326cc5bfb5d906362a885e2053a4947661360
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
; 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"))