[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)
- [elpa] externals/auctex updated (b6366ef -> 1bc7a21), Tassilo Horn, 2020/09/25
- [elpa] externals/auctex bdf96e8 03/30: Ajust document, Tassilo Horn, 2020/09/25
- [elpa] externals/auctex 2e798ee 02/30: Support \newblock macro, Tassilo Horn, 2020/09/25
- [elpa] externals/auctex dd7f844 12/30: Add support of \tag for texmathp, Tassilo Horn, 2020/09/25
- [elpa] externals/auctex 94af6a0 04/30: ; Silence the compiler, Tassilo Horn, 2020/09/25
- [elpa] externals/auctex 1b71eb6 05/30: Add short verb characters to `ispell-tex-skip-alist', Tassilo Horn, 2020/09/25
- [elpa] externals/auctex 2e448e3 13/30: ; Silence the compiler, Tassilo Horn, 2020/09/25
- [elpa] externals/auctex 840973c 08/30: ; Silence the compiler,
Tassilo Horn <=
- [elpa] externals/auctex 243961c 06/30: ; Silence the compiler, Tassilo Horn, 2020/09/25
- [elpa] externals/auctex e293844 07/30: ; Silence the compiler, Tassilo Horn, 2020/09/25
- [elpa] externals/auctex 55e8842 15/30: Treat \choice like \item, Tassilo Horn, 2020/09/25
- [elpa] externals/auctex 971bece 14/30: Update style/csquotes.el to package version 5.2j, Tassilo Horn, 2020/09/25
- [elpa] externals/auctex a17fee2 16/30: ; Silence the compiler, Tassilo Horn, 2020/09/25
- [elpa] externals/auctex 59b7942 17/30: ; Silence the compiler, Tassilo Horn, 2020/09/25
- [elpa] externals/auctex 07b79fc 24/30: ; Silence the compiler, Tassilo Horn, 2020/09/25
- [elpa] externals/auctex 087b030 28/30: Simplify mode line for emacs 27, Tassilo Horn, 2020/09/25
- [elpa] externals/auctex b06ca0a 25/30: Fix document, Tassilo Horn, 2020/09/25
- [elpa] externals/auctex 0692e51 23/30: ; Silence the compiler, Tassilo Horn, 2020/09/25