auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex a9b5eb1 67/80: ; * style/changelo


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex a9b5eb1 67/80: ; * style/changelog.el (font-latex-add-keywords): Silence the compiler.
Date: Wed, 16 Oct 2019 11:07:19 -0400 (EDT)

branch: externals/auctex
commit a9b5eb1000868279617c393186a29d0a62ae7280
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    ; * style/changelog.el (font-latex-add-keywords): Silence the compiler.
---
 style/changelog.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/style/changelog.el b/style/changelog.el
index b307ec2..feaa9dd 100644
--- a/style/changelog.el
+++ b/style/changelog.el
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-changelog-env-key-val-options
   '(("section" ("true" "false"))
     ("title"))



reply via email to

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