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

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

[elpa] externals/auctex 840973c 08/30: ; Silence the compiler


From: Tassilo Horn
Subject: [elpa] externals/auctex 840973c 08/30: ; Silence the compiler
Date: Fri, 25 Sep 2020 11:00:12 -0400 (EDT)

branch: externals/auctex
commit 840973cc6d7736849dfb7cdca9e7e87655bd6315
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@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-devel@gnu.org
-;; Author: Mosè Giordano <giordano.mose@libero.it>
+;; Author: Mosè Giordano <mose@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

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