branch: externals/auctex
commit a9b5eb1000868279617c393186a29d0a62ae7280
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>

    ; * 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