branch: externals/auctex
commit 840973cc6d7736849dfb7cdca9e7e87655bd6315
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
; Silence the compiler
* style/kpfonts.el (LaTeX-kpfonts-mode-map)
(LaTeX-kpfonts-mode-menu): defvar the variables which are
generated later in the minor mode and via easy menu.
---
style/kpfonts.el | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/style/kpfonts.el b/style/kpfonts.el
index 2e8ffc3..4938416 100644
--- a/style/kpfonts.el
+++ b/style/kpfonts.el
@@ -1,9 +1,9 @@
;;; kpfonts.el --- AUCTeX style for `kpfonts.sty' version 3.31.
-;; Copyright (C) 2013, 2018 Free Software Foundation, Inc.
+;; Copyright (C) 2013, 2018, 2020 Free Software Foundation, Inc.
;; Maintainer: [email protected]
-;; Author: Mosè Giordano <[email protected]>
+;; Author: Mosè Giordano <[email protected]>
;; Keywords: tex
;; This file is part of AUCTeX.
@@ -33,6 +33,9 @@
(declare-function font-latex-add-keywords
"font-latex"
(keywords class))
+;; These are generated by the minor mode or easy menu:
+(defvar LaTeX-kpfonts-mode-map)
+(defvar LaTeX-kpfonts-mode-menu)
;;; Kpfonts Minor Mode (heavily based on LaTeX Math Minor Mode code)