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

    ; 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: auctex-de...@gnu.org
-;; Author: Mosè Giordano <giordano.m...@libero.it>
+;; Author: Mosè Giordano <m...@gnu.org>
 ;; 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)
 

Reply via email to