This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  3d0c445cfab791d38bbe53978acee055eca4d0c7 (commit)
      from  40ba5b6ca1623bc270d14eaeb5a9f6a197a3ced2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3d0c445cfab791d38bbe53978acee055eca4d0c7
Author: Arash Esbati <ar...@gnu.org>
Date:   Fri Dec 7 00:29:32 2018 +0100

    ; Silence the compiler in styles for `font-latex-add-keywords'.
    
    * style/Alegreya.el:
    * style/AlegreyaSans.el:
    * style/FiraMono.el:
    * style/FiraSans.el:
    * style/MinionPro.el:
    * style/MyriadPro.el:
    * style/XCharter.el:
    * style/acro.el:
    * style/acronym.el:
    * style/amsthm.el:
    * style/arabxetex.el:
    * style/array.el:
    * style/attachfile.el:
    * style/babel.el:
    * style/baskervaldx.el:
    * style/beamer.el:
    * style/biblatex.el:
    * style/bicaption.el:
    * style/bidi.el:
    * style/bm.el:
    * style/booktabs.el:
    * style/captcont.el:
    * style/caption.el:
    * style/cleveref.el:
    * style/color.el:
    * style/colortbl.el:
    * style/commath.el:
    * style/comment.el:
    * style/csquotes.el:
    * style/dashundergaps.el:
    * style/empheq.el:
    * style/enumitem.el:
    * style/environ.el:
    * style/epigraph.el:
    * style/erewhon.el:
    * style/exam.el:
    * style/fancyhdr.el:
    * style/fancyref.el:
    * style/fancyvrb.el:
    * style/fbb.el:
    * style/flashcards.el:
    * style/floatrow.el:
    * style/fontaxes.el:
    * style/fontspec.el:
    * style/footmisc.el:
    * style/geometry.el:
    * style/graphicx.el:
    * style/hologo.el:
    * style/hyperref.el:
    * style/ifluatex.el:
    * style/jurabib.el:
    * style/kpfonts.el:
    * style/letter.el:
    * style/lettrine.el:
    * style/listings.el:
    * style/longtable.el:
    * style/ltxtable.el:
    * style/luacode.el:
    * style/marginnote.el:
    * style/mathtools.el:
    * style/mdframed.el:
    * style/mdwlist.el:
    * style/menukeys.el:
    * style/metalogo.el:
    * style/mflogo.el:
    * style/minted.el:
    * style/mn2e.el:
    * style/mnras.el:
    * style/multirow.el:
    * style/nameref.el:
    * style/natbib.el:
    * style/newfloat.el:
    * style/newpxtext.el:
    * style/newtxtext.el:
    * style/newtxttt.el:
    * style/nicefrac.el:
    * style/nomencl.el:
    * style/ntheorem.el:
    * style/ocg-p.el:
    * style/ocgx.el:
    * style/paracol.el:
    * style/paralist.el:
    * style/pdfpages.el:
    * style/polyglossia.el:
    * style/preview.el:
    * style/relsize.el:
    * style/scrbase.el:
    * style/scrbook.el:
    * style/scrlttr2.el:
    * style/scrpage2.el:
    * style/scrreprt.el:
    * style/setspace.el:
    * style/siunitx.el:
    * style/sourcecodepro.el:
    * style/splitidx.el:
    * style/subcaption.el:
    * style/subfigure.el:
    * style/subfiles.el:
    * style/tcolorbox.el:
    * style/tcolorboxlib-raster.el:
    * style/theorem.el:
    * style/thmtools.el:
    * style/titleps.el:
    * style/titlesec.el:
    * style/titletoc.el:
    * style/transparent.el:
    * style/unicode-math.el:
    * style/units.el:
    * style/url.el:
    * style/varioref.el:
    * style/vwcol.el:
    * style/xcolor.el:
    * style/xparse.el:
    * style/xspace.el:
    * style/zlmtt.el: Silence the compiler in the style files for the
    function `font-latex-add-keywords'.

diff --git a/style/Alegreya.el b/style/Alegreya.el
index af95423..5459a01 100644
--- a/style/Alegreya.el
+++ b/style/Alegreya.el
@@ -1,6 +1,6 @@
 ;;; Alegreya.el --- AUCTeX style for `Alegreya.sty' (v2015/10/22)
 
-;; Copyright (C) 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "Alegreya"
  (lambda ()
diff --git a/style/AlegreyaSans.el b/style/AlegreyaSans.el
index a2e7ed1..eeaec06 100644
--- a/style/AlegreyaSans.el
+++ b/style/AlegreyaSans.el
@@ -1,6 +1,6 @@
 ;;; AlegreyaSans.el --- AUCTeX style for `AlegreyaSans.sty' (v2015/10/22)
 
-;; Copyright (C) 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "AlegreyaSans"
  (lambda ()
diff --git a/style/FiraMono.el b/style/FiraMono.el
index d152087..febcbea 100644
--- a/style/FiraMono.el
+++ b/style/FiraMono.el
@@ -1,6 +1,6 @@
 ;;; FiraMono.el --- AUCTeX style for `FiraMono.sty' (v2016/02/13)
 
-;; Copyright (C) 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2016, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "FiraMono"
  (lambda ()
diff --git a/style/FiraSans.el b/style/FiraSans.el
index 0cd7a14..d9bb41d 100644
--- a/style/FiraSans.el
+++ b/style/FiraSans.el
@@ -1,6 +1,6 @@
 ;;; FiraSans.el --- AUCTeX style for `FiraSans.sty' (v2016/11/20)
 
-;; Copyright (C) 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2016, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "FiraSans"
  (lambda ()
diff --git a/style/MinionPro.el b/style/MinionPro.el
index 75dc931..11a461b 100644
--- a/style/MinionPro.el
+++ b/style/MinionPro.el
@@ -1,6 +1,6 @@
 ;;; MinionPro.el -- AUCTeX style for MinionPro.sty
 
-;; Copyright (C) 2005, 2014 Free Software Foundation, Inc.
+;; Copyright (C) 2005, 2014, 2018 Free Software Foundation, Inc.
 
 ;; Author: Mark Trettin <mark.tret...@gmx.de>
 ;; Maintainer: auctex-devel@gnu.org
@@ -32,6 +32,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "MinionPro"
  (lambda ()
diff --git a/style/MyriadPro.el b/style/MyriadPro.el
index 8e16e4a..215aa7d 100644
--- a/style/MyriadPro.el
+++ b/style/MyriadPro.el
@@ -1,6 +1,6 @@
 ;;; MyriadPro.el --- AUCTeX style for `MyriadPro.sty' (v0.5)
 
-;; Copyright (C) 2014 Free Software Foundation, Inc.
+;; Copyright (C) 2014, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -33,6 +33,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "MyriadPro"
  (lambda ()
diff --git a/style/XCharter.el b/style/XCharter.el
index d1e71a9..50f1ed0 100644
--- a/style/XCharter.el
+++ b/style/XCharter.el
@@ -1,6 +1,6 @@
 ;;; XCharter.el --- AUCTeX style for `XCharter.sty' (v1.094)
 
-;; Copyright (C) 2014, 2017 Free Software Foundation, Inc.
+;; Copyright (C) 2014, 2017, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "XCharter"
  (lambda ()
diff --git a/style/acro.el b/style/acro.el
index 66781c9..caa4899 100644
--- a/style/acro.el
+++ b/style/acro.el
@@ -1,6 +1,6 @@
 ;;; acro.el --- AUCTeX style for `acro.sty' version 1.2a.
 
-;; Copyright (C) 2013-2015 Free Software Foundation, Inc.
+;; Copyright (C) 2013-2015, 2018 Free Software Foundation, Inc.
 
 ;; Maintainer: auctex-devel@gnu.org
 ;; Author: Mosè Giordano <giordano.m...@libero.it>
@@ -31,6 +31,11 @@
 
 (require 'tex) ;Indispensable when compiling the call to `TeX-auto-add-type'.
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-acro-package-options-list
   '(;; General Options
     ("version" ("0" "1"))
diff --git a/style/acronym.el b/style/acronym.el
index 648f4cf..368c35e 100644
--- a/style/acronym.el
+++ b/style/acronym.el
@@ -1,6 +1,6 @@
 ;;; acronym.el --- AUCTeX style for `acronym.sty' version 1.38.
 
-;; Copyright (C) 2013-2015 Free Software Foundation, Inc.
+;; Copyright (C) 2013-2015, 2018 Free Software Foundation, Inc.
 
 ;; Maintainer: auctex-devel@gnu.org
 ;; Author: Mosè Giordano <giordano.m...@libero.it>
@@ -31,6 +31,11 @@
 
 (require 'tex) ;Indispensable when compiling the call to `TeX-auto-add-type'.
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-auto-add-type "acronym" "LaTeX")
 
 ;; Self Parsing -- see (info "(auctex)Hacking the Parser").
diff --git a/style/amsfonts.el b/style/amsfonts.el
index ba15ace..e7328ab 100644
--- a/style/amsfonts.el
+++ b/style/amsfonts.el
@@ -1,6 +1,6 @@
 ;;; amsfonts.el --- AUCTeX style for `amsfonts.sty' version 3.01
 
-;; Copyright (C) 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2016, 2018 Free Software Foundation, Inc.
 
 ;; Maintainer: auctex-devel@gnu.org
 ;; Author: Mosè Giordano <m...@gnu.org>
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "amsfonts"
  (lambda ()
diff --git a/style/amsthm.el b/style/amsthm.el
index a8cd995..d04c4c2 100644
--- a/style/amsthm.el
+++ b/style/amsthm.el
@@ -1,6 +1,6 @@
 ;;; amsthm.el --- Style hook for the AMS-LaTeX amsthm package.
 
-;; Copyright (C) 1997, 2013--2015 Free Software Foundation, Inc.
+;; Copyright (C) 1997, 2013--2015, 2018 Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <domi...@strw.leidenuniv.nl>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-amsthm-package-options nil
   "Package options for the amsthm package.")
 
diff --git a/style/arabxetex.el b/style/arabxetex.el
index cdd8a64..fefd63e 100644
--- a/style/arabxetex.el
+++ b/style/arabxetex.el
@@ -1,6 +1,6 @@
 ;;; arabxetex.el --- AUCTeX style for `arabxetex.sty' (v1.2.1)
 
-;; Copyright (C) 2017 Free Software Foundation, Inc.
+;; Copyright (C) 2017, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "arabxetex"
  (lambda ()
diff --git a/style/array.el b/style/array.el
index 721e9de..b841f8d 100644
--- a/style/array.el
+++ b/style/array.el
@@ -1,6 +1,6 @@
 ;;; array.el --- AUCTeX style for `array.sty'
 
-;; Copyright (C) 2013, 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2013, 2015, 2018 Free Software Foundation, Inc.
 
 ;; Author: Mads Jensen <m...@inducks.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 (require 'tex)
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-auto-add-type "array-newcolumntype" "LaTeX")
 
 (defvar LaTeX-array-newcolumntype-regexp
diff --git a/style/attachfile.el b/style/attachfile.el
index c720ea1..a51cdf2 100644
--- a/style/attachfile.el
+++ b/style/attachfile.el
@@ -1,6 +1,6 @@
 ;;; attachfile.el --- AUCTeX style for `attachfile.sty' (v1.6)
 
-;; Copyright (C) 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -30,6 +30,12 @@
 ;; `attachfile.sty' is part of TeXLive.
 
 ;;; Code:
+
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-attachfile-key-val-options
   '(("appearance" ("true" "false"))
     ("author")
diff --git a/style/babel.el b/style/babel.el
index 8f4fce4..52ee8ee 100644
--- a/style/babel.el
+++ b/style/babel.el
@@ -1,6 +1,6 @@
 ;;; babel.el --- AUCTeX style for `babel.sty' version 3.9h.
 
-;; Copyright (C) 2005, 2007, 2013-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2005, 2007, 2013-2014, 2018 Free Software Foundation, Inc.
 
 ;; Author: Ralf Angeli <ang...@iwi.uni-sb.de>
 ;; Maintainer: auctex-devel@gnu.org
@@ -33,6 +33,11 @@
 (eval-when-compile
   (require 'cl-lib))
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-babel-language-list
   '("afrikaans"
     "bahasa" "indonesian" "indon" "bahasai" "bahasam" "malay" "meyalu"
diff --git a/style/baskervaldx.el b/style/baskervaldx.el
index f793e02..16b4a5c 100644
--- a/style/baskervaldx.el
+++ b/style/baskervaldx.el
@@ -1,6 +1,6 @@
 ;;; baskervaldx.el --- AUCTeX style for `baskervaldx.sty' (v1.07)
 
-;; Copyright (C) 2014, 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2014, 2015, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "baskervaldx"
  (lambda ()
diff --git a/style/beamer.el b/style/beamer.el
index 284aa31..e695089 100644
--- a/style/beamer.el
+++ b/style/beamer.el
@@ -1,6 +1,6 @@
 ;;; beamer.el --- AUCTeX style for the latex-beamer class
 
-;; Copyright (C) 2003, 2004, 2005, 2008, 2013-2016 Free Software Foundation
+;; Copyright (C) 2003, 2004, 2005, 2008, 2013-2016, 2018 Free Software 
Foundation
 
 ;; Author: Thomas Baumann <thomas.baum...@ch.tum.de>
 ;; Created: 2003-12-20
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defun LaTeX-beamer-after-insert-env (env start _end)
   "Do beamer-specific stuff after the insertion of an environment."
   ;; Add `fragile' as an optional argument to the frame environment if
diff --git a/style/biblatex.el b/style/biblatex.el
index 4c47295..0873b45 100644
--- a/style/biblatex.el
+++ b/style/biblatex.el
@@ -1,6 +1,6 @@
 ;;; biblatex.el --- AUCTeX style for `biblatex.sty' version 2.8a.
 
-;; Copyright (C) 2012-2014, 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2014, 2016, 2018 Free Software Foundation, Inc.
 
 ;; Author: Ralf Angeli <ang...@caeruleus.net>
 ;; Maintainer: auctex-devel@gnu.org
@@ -30,6 +30,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-biblatex-entrytype
   '(;; Regular Types
     "article" "book" "mvbook" "inbook" "bookinbook" "suppbook" "booklet"
diff --git a/style/bicaption.el b/style/bicaption.el
index 7bf4d1a..d0397d4 100644
--- a/style/bicaption.el
+++ b/style/bicaption.el
@@ -37,6 +37,11 @@
 (eval-when-compile
   (require 'latex))
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-bicaption-key-val-options
   '(("bi-lang" ("first" "second" "both"))
     ("bi-singlelinecheck" ("false" "no" "off" "0" "true" "yes" "on" "1"))
diff --git a/style/bidi.el b/style/bidi.el
index 1e4fd6e..c000535 100644
--- a/style/bidi.el
+++ b/style/bidi.el
@@ -1,6 +1,6 @@
 ;;; bidi.el --- AUCTeX style for the (XeLaTeX) bidi package
 
-;; Copyright (C) 2016, 2017 Free Software Foundation, Inc.
+;; Copyright (C) 2016--2018 Free Software Foundation, Inc.
 
 ;; Author: Uwe Brauer <o...@mat.ucm.es>
 ;; Created: 2016-03-06
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-bidi-package-options
   '("RTLdocument" "rldocument" "extrafootnotefeatures")
   "Package options for the bidi package.")
diff --git a/style/bm.el b/style/bm.el
index d735e62..9e7dc6d 100644
--- a/style/bm.el
+++ b/style/bm.el
@@ -1,6 +1,6 @@
 ;;; bm.el --- AUCTeX style for `bm.sty'.
 
-;; Copyright (C) 2012 Free Software Foundation, Inc.
+;; Copyright (C) 2012, 2018 Free Software Foundation, Inc.
 
 ;; Maintainer: auctex-devel@gnu.org
 ;; Author: Mosè Giordano <giordano.m...@libero.it>
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook "bm"
  (lambda ()
    (TeX-add-symbols
diff --git a/style/booktabs.el b/style/booktabs.el
index 20145af..5a58b28 100644
--- a/style/booktabs.el
+++ b/style/booktabs.el
@@ -1,6 +1,6 @@
 ;;; booktabs.el -- AUCTeX style for booktabs.sty
 
-;; Copyright (C) 2003, 2004, 2013 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2013, 2018 Free Software Foundation, Inc.
 
 ;; Author:   Ralf Angeli <ang...@iwi.uni-sb.de>
 ;; Maintainer: auctex-devel@gnu.org
@@ -30,6 +30,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defun LaTeX-booktabs-arg-paren (optional prompt)
   "Prompt for a value and use parentheses when it is inserted.
 If OPTIONAL is non-nil the parameter is labeled as optional.
diff --git a/style/captcont.el b/style/captcont.el
index b2f4b5f..d19b0c9 100644
--- a/style/captcont.el
+++ b/style/captcont.el
@@ -1,6 +1,6 @@
 ;; captcont.el --- AUCTeX style file for captcont.sty
 
-;; Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2005, 2018 Free Software Foundation, Inc.
 
 ;; Author: Reiner Steib <reiner.st...@gmx.de>
 ;; Maintainer: auctex-devel@gnu.org
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "captcont"
  (lambda ()
diff --git a/style/caption.el b/style/caption.el
index 0b2cac7..30cc45e 100644
--- a/style/caption.el
+++ b/style/caption.el
@@ -38,9 +38,14 @@
   (require 'cl-lib)
   (require 'latex))
 
-;; Needed for auto-parsing.
+;; Needed for auto-parsing:
 (require 'tex)
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-caption-key-val-options
   '(("aboveskip")
     ("belowskip")
diff --git a/style/cleveref.el b/style/cleveref.el
index 3150180..2774dcb 100644
--- a/style/cleveref.el
+++ b/style/cleveref.el
@@ -1,6 +1,6 @@
 ;;; cleveref.el --- Style hook for the `cleveref.sty' package.
 
-;; Copyright (C) 2014--2016 Free Software Foundation, Inc.
+;; Copyright (C) 2014--2016, 2018 Free Software Foundation, Inc.
 
 ;; Author: Matthew Leach <matt...@mattleach.net>
 ;; Maintainer: auctex-devel@gnu.org
@@ -25,6 +25,11 @@
 
 ;;; Code
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defun TeX-arg-cleveref-multiple-labels (optional &optional prompt)
   "Prompt for a series of labels completing with known labels.
 If OPTIONAL is non-nil, insert the resulting value as an optional
diff --git a/style/color.el b/style/color.el
index 753ab7c..30e575e 100644
--- a/style/color.el
+++ b/style/color.el
@@ -37,6 +37,11 @@
 (eval-when-compile
   (require 'latex))
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-color-colour-models
   '("cmyk" "gray" "named" "rgb")
   "List of color models provided by `color.sty'.")
diff --git a/style/colortbl.el b/style/colortbl.el
index 3fc1689..c878842 100644
--- a/style/colortbl.el
+++ b/style/colortbl.el
@@ -1,6 +1,6 @@
 ;;; colortbl.el --- AUCTeX style for `colortbl.sty' (v1.0a)
 
-;; Copyright (C) 2015, 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2016, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "colortbl"
  (lambda ()
diff --git a/style/commath.el b/style/commath.el
index 0da55fe..71a4713 100644
--- a/style/commath.el
+++ b/style/commath.el
@@ -1,6 +1,6 @@
 ;;; commath.el --- AUCTeX style for `commath.sty' (v0.3)
 
-;; Copyright (C) 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2016, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "commath"
  (lambda ()
diff --git a/style/comment.el b/style/comment.el
index d6ba12d..9a7834f 100644
--- a/style/comment.el
+++ b/style/comment.el
@@ -1,6 +1,6 @@
 ;;; comment.el --- AUCTeX style for `comment.sty'
 
-;; Copyright (C) 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2007, 2018 Free Software Foundation, Inc.
 
 ;; Author: Ralf Angeli <ang...@caeruleus.net>
 ;; Maintainer: auctex-devel@gnu.org
@@ -30,6 +30,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "comment"
  (lambda ()
diff --git a/style/csquotes.el b/style/csquotes.el
index e4b156d..a34a775 100644
--- a/style/csquotes.el
+++ b/style/csquotes.el
@@ -1,6 +1,6 @@
 ;;; csquotes.el --- AUCTeX style for `csquotes.sty'
 
-;; Copyright (C) 2004, 2005, 2006, 2014 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005, 2006, 2014, 2018 Free Software Foundation, Inc.
 
 ;; Author: Ralf Angeli <ang...@caeruleus.net>
 ;; Maintainer: auctex-devel@gnu.org
@@ -28,9 +28,13 @@
 
 ;; This file adds support for `csquotes.sty', version 3.7.
 
-
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 ;; FIXME: It would be nice to be able to dump this function in favor
 ;; of a generalized handling of additional arguments for environments
 ;; specified via `LaTeX-add-environments'.  `TeX-parse-arguments' and
diff --git a/style/dashundergaps.el b/style/dashundergaps.el
index 9c38231..8a59f0c 100644
--- a/style/dashundergaps.el
+++ b/style/dashundergaps.el
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-dashundergaps-key-val-options
   `(;; 2.1.1 Gap modes
     ("teacher-mode" ("true" "false"))
diff --git a/style/empheq.el b/style/empheq.el
index 4814934..a0b301c 100644
--- a/style/empheq.el
+++ b/style/empheq.el
@@ -34,9 +34,14 @@
 (eval-when-compile
   (require 'cl-lib))
 
-;; Needed for auto-parsing.
+;; Needed for auto-parsing:
 (require 'tex)
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-empheq-key-val-options
   `(("box")
     ("innerbox")
diff --git a/style/enumitem.el b/style/enumitem.el
index 1b60179..647dbd9 100644
--- a/style/enumitem.el
+++ b/style/enumitem.el
@@ -1,6 +1,6 @@
 ;;; enumitem.el --- AUCTeX style for `enumitem.sty' (v3.5.2)
 
-;; Copyright (C) 2015, 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2016, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -41,9 +41,14 @@
 (eval-when-compile
   (require 'cl-lib))
 
-;; Needed for auto-parsing.
+;; Needed for auto-parsing:
 (require 'tex)
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-enumitem-key-val-options
   '(;; Vertical Spacing
     ("topsep")
diff --git a/style/environ.el b/style/environ.el
index 16cb0ca..c5255b7 100644
--- a/style/environ.el
+++ b/style/environ.el
@@ -1,6 +1,6 @@
 ;;; environ.el --- AUCTeX style for `environ.sty' version v0.3
 
-;; Copyright (C) 2015, 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2016, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -45,6 +45,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-auto-environ-NewEnviron nil
   "Temporary for parsing the arguments of `\\NewEnviron'
 from `environ' package.")
diff --git a/style/epigraph.el b/style/epigraph.el
index 1d10c6a..c607f21 100644
--- a/style/epigraph.el
+++ b/style/epigraph.el
@@ -1,6 +1,6 @@
 ;;; epigraph.el --- AUCTeX style for `epigraph.sty' v1.5c
 
-;; Copyright (C) 2012, 2017 Free Software Foundation, Inc.
+;; Copyright (C) 2012, 2017, 2018 Free Software Foundation, Inc.
 
 ;; Author: Mads Jensen <m...@inducks.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -30,6 +30,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "epigraph"
  (lambda ()
diff --git a/style/erewhon.el b/style/erewhon.el
index b4d24e3..58b2f06 100644
--- a/style/erewhon.el
+++ b/style/erewhon.el
@@ -1,6 +1,6 @@
 ;;; erewhon.el --- AUCTeX style for `erewhon.sty' (v1.04)
 
-;; Copyright (C) 2014, 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2014, 2015, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "erewhon"
  (lambda ()
diff --git a/style/exam.el b/style/exam.el
index 20e66f9..25cd950 100644
--- a/style/exam.el
+++ b/style/exam.el
@@ -1,6 +1,6 @@
 ;;; exam.el --- AUCTeX style for the (LaTeX) exam class
 
-;; Copyright (C) 2016, 2017 Free Software Foundation, Inc.
+;; Copyright (C) 2016--2018 Free Software Foundation, Inc.
 
 ;; Author: Uwe Brauer <o...@mat.ucm.es>
 ;; Created: 2016-03-06
@@ -32,6 +32,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-exam-class-options
   '("answers" "noanswers" "cancelspace" "nocancelspace" "addpoints")
   "Class options for the exam class.")
diff --git a/style/fancyhdr.el b/style/fancyhdr.el
index 47748ae..34657e3 100644
--- a/style/fancyhdr.el
+++ b/style/fancyhdr.el
@@ -1,6 +1,6 @@
 ;;; fancyhdr.el --- AUCTeX style for `fancyhdr.sty'
 
-;; Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+;; Copyright (C) 2012, 2013, 2018 Free Software Foundation, Inc.
 
 ;; Author: Mads Jensen <m...@inducks.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "fancyhdr"
  (lambda ()
diff --git a/style/fancyref.el b/style/fancyref.el
index ce3053d..6b9198a 100644
--- a/style/fancyref.el
+++ b/style/fancyref.el
@@ -1,6 +1,6 @@
 ;;; fancyref.el --- AUCTeX style file with support for fancyref.sty
 
-;; Copyright (C) 1999, 2014, 2015 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2014, 2015, 2018 Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <domi...@strw.leidenuniv.nl>
 ;; Maintainer: auctex-devel@gnu.org
@@ -24,6 +24,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook "fancyref"
    (lambda ()
      
diff --git a/style/fancyvrb.el b/style/fancyvrb.el
index cafd016..db18e86 100644
--- a/style/fancyvrb.el
+++ b/style/fancyvrb.el
@@ -43,9 +43,14 @@
 
 ;;; Code:
 
-;; Needed for auto-parsing.
+;; Needed for auto-parsing:
 (require 'tex)
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-fancyvrb-key-val-options
   `(("commentchar" ("none"))
     ("gobble")
diff --git a/style/fbb.el b/style/fbb.el
index c195c57..62d6bd4 100644
--- a/style/fbb.el
+++ b/style/fbb.el
@@ -1,6 +1,6 @@
 ;;; fbb.el --- AUCTeX style for `fbb.sty' (v1.07)
 
-;; Copyright (C) 2014, 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2014, 2015, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "fbb"
  (lambda ()
diff --git a/style/flashcards.el b/style/flashcards.el
index 6f26c15..4dab852 100644
--- a/style/flashcards.el
+++ b/style/flashcards.el
@@ -1,6 +1,6 @@
 ;;; flashcards.el --- AUCTeX style for the flashcards class.
 
-;; Copyright (C) 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2007, 2018 Free Software Foundation, Inc.
 
 ;; Author: Ralf Angeli <ang...@caeruleus.net>
 ;; Maintainer: auctex-devel@gnu.org
@@ -30,6 +30,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "flashcards"
  (lambda ()
diff --git a/style/floatrow.el b/style/floatrow.el
index 8032cd0..3333ecc 100644
--- a/style/floatrow.el
+++ b/style/floatrow.el
@@ -63,9 +63,14 @@
   (require 'cl-lib)
   (require 'latex))
 
-;; Needed for auto-parsing.
+;; Needed for auto-parsing:
 (require 'tex)
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-floatrow-key-val-options
   '(;; 3.1.1 Float Style
     ("style" ("plain" "plaintop" "Plaintop"
diff --git a/style/fontaxes.el b/style/fontaxes.el
index 0db15e5..6524a5a 100644
--- a/style/fontaxes.el
+++ b/style/fontaxes.el
@@ -1,6 +1,6 @@
 ;;; fontaxes.el --- AUCTeX style for `fontaxes.sty' version v1.0d
 
-;; Copyright (C) 2014 Free Software Foundation, Inc.
+;; Copyright (C) 2014, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -34,6 +34,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "fontaxes"
  (lambda ()
diff --git a/style/fontspec.el b/style/fontspec.el
index 9446b72..234e9b8 100644
--- a/style/fontspec.el
+++ b/style/fontspec.el
@@ -1,6 +1,6 @@
 ;;; fontspec.el --- AUCTeX style for `fontspec.sty' version 2.6a.
 
-;; Copyright (C) 2013, 2017 Free Software Foundation, Inc.
+;; Copyright (C) 2013, 2017, 2018 Free Software Foundation, Inc.
 
 ;; Maintainer: auctex-devel@gnu.org
 ;; Author: Mosè Giordano <m...@gnu.org>
@@ -34,6 +34,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-fontspec-font-features
   '(;; 5 Font selection
     ("Extension" (".otf" ".ttf" ".ttc" ".dfont"))
diff --git a/style/footmisc.el b/style/footmisc.el
index dec612e..ebe80f8 100644
--- a/style/footmisc.el
+++ b/style/footmisc.el
@@ -1,6 +1,6 @@
 ;;; footmisc.el --- AUCTeX style for `footmisc.sty'
 
-;; Copyright (C) 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2011, 2018 Free Software Foundation, Inc.
 
 ;; Author: Mads Jensen <m...@inducks.org>
 ;; Created: 2011-04-08
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "footmisc"
  (lambda ()
diff --git a/style/geometry.el b/style/geometry.el
index c2fd0a7..3022418 100644
--- a/style/geometry.el
+++ b/style/geometry.el
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-geometry-always-key-val-options
   '(("layout") ("layoutwidth") ("layoutheight") ("layoutsize")
     ("layouthoffset") ("layoutvoffset") ("layoutoffset") ("hscale")
diff --git a/style/graphicx.el b/style/graphicx.el
index 2d312b5..c27cfac 100644
--- a/style/graphicx.el
+++ b/style/graphicx.el
@@ -32,6 +32,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-graphicx-key-val-options
   '(("bb")
     ("bbllx")
diff --git a/style/hologo.el b/style/hologo.el
index 1bcb816..61bcb4e 100644
--- a/style/hologo.el
+++ b/style/hologo.el
@@ -1,6 +1,6 @@
 ;;; hologo.el --- AUCTeX style for `hologo.sty' (v1.10)
 
-;; Copyright (C) 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-hologo-logo-names
   '("(La)TeX"
     "AmSLaTeX"
diff --git a/style/hyperref.el b/style/hyperref.el
index e91225a..6361a9b 100644
--- a/style/hyperref.el
+++ b/style/hyperref.el
@@ -30,6 +30,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-hyperref-package-options-list
   '(;; See https://www.tug.org/applications/hyperref/manual.html#x1-40003
     ;; General options
diff --git a/style/ifluatex.el b/style/ifluatex.el
index 923b554..20d3c8d 100644
--- a/style/ifluatex.el
+++ b/style/ifluatex.el
@@ -1,6 +1,6 @@
 ;;; ifluatex.el --- AUCTeX style for `ifluatex.sty' version 1.3.
 
-;; Copyright (C) 2014, 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2014, 2016, 2018 Free Software Foundation, Inc.
 
 ;; Author: Davide G. M. Salvetti <sa...@debian.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -29,7 +29,12 @@
 
 ;;; Code:
 
-(defun LaTeX-ifluatex-set-exit-mark (optional)
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
+(defun LaTeX-ifluatex-set-exit-mark (_optional)
   "Discard OPTIONAL and set exit-mark to current point."
   (set-marker exit-mark (point)))
 
diff --git a/style/jurabib.el b/style/jurabib.el
index b8fc87c..52f98ed 100644
--- a/style/jurabib.el
+++ b/style/jurabib.el
@@ -1,6 +1,6 @@
 ;;; jurabib.el --- AUCTeX style for the `jurabib' package
 
-;; Copyright (C) 2004, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2007, 2018 Free Software Foundation, Inc.
 
 ;; Author: Ralf Angeli <ang...@iwi.uni-sb.de>
 ;; Maintainer: auctex-devel@gnu.org
@@ -35,6 +35,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "jurabib"
  (lambda ()
diff --git a/style/kpfonts.el b/style/kpfonts.el
index 78bc9ab..2e8ffc3 100644
--- a/style/kpfonts.el
+++ b/style/kpfonts.el
@@ -1,6 +1,6 @@
 ;;; kpfonts.el --- AUCTeX style for `kpfonts.sty' version 3.31.
 
-;; Copyright (C) 2013 Free Software Foundation, Inc.
+;; Copyright (C) 2013, 2018 Free Software Foundation, Inc.
 
 ;; Maintainer: auctex-devel@gnu.org
 ;; Author: Mosè Giordano <giordano.m...@libero.it>
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 ;;; Kpfonts Minor Mode (heavily based on LaTeX Math Minor Mode code)
 
 (defconst LaTeX-kpfonts-default
diff --git a/style/letter.el b/style/letter.el
index a4a5b38..5757b06 100644
--- a/style/letter.el
+++ b/style/letter.el
@@ -1,6 +1,6 @@
 ;;; letter.el - Special code for letter style.
 
-;; Copyright (C) 1993, 2012, 2013, 2014  Free Software Foundation, Inc.
+;; Copyright (C) 1993, 2012, 2013, 2014, 2018  Free Software Foundation, Inc.
 
 ;; Author: Per Abrahamsen <abra...@dina.kvl.dk>
 ;; Maintainer: auctex-devel@gnu.org
@@ -25,6 +25,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-letter-class-options
   '("a4paper" "a5paper" "b5paper" "letterpaper" "legalpaper" "executivepaper"
     "landscape" "10pt" "11pt" "12pt" "oneside" "twoside" "draft" "final"
diff --git a/style/lettrine.el b/style/lettrine.el
index 111f7b3..9b3c60e 100644
--- a/style/lettrine.el
+++ b/style/lettrine.el
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-lettrine-key-val-options
   '(("lines")
     ("depth")
diff --git a/style/listings.el b/style/listings.el
index 4ba5493..28aa8b6 100644
--- a/style/listings.el
+++ b/style/listings.el
@@ -46,6 +46,11 @@
 (eval-when-compile
   (require 'cl-lib))
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 ;; The following are options taken from chapter 4 of the listings
 ;; manual (2007/02/22 Version 1.4).
 (defvar LaTeX-listings-key-val-options
diff --git a/style/longtable.el b/style/longtable.el
index 0231b7b..0c6b881 100644
--- a/style/longtable.el
+++ b/style/longtable.el
@@ -1,6 +1,6 @@
 ;;; longtable.el --- AUCTeX style for `longtable.sty'.
 
-;; Copyright (C) 2013--2017  Free Software Foundation, Inc.
+;; Copyright (C) 2013--2018  Free Software Foundation, Inc.
 
 ;; Maintainer: auctex-devel@gnu.org
 ;; Author: Mosè Giordano <m...@gnu.org>
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-longtable-skipping-regexp
   (regexp-opt '("[l]" "[r]" "[c]" ""))
   "Regexp matching between \\begin{longtable} and column specification.
diff --git a/style/ltxtable.el b/style/ltxtable.el
index 8924a52..9b4af98 100644
--- a/style/ltxtable.el
+++ b/style/ltxtable.el
@@ -1,6 +1,6 @@
 ;;; ltxtable.el --- AUCTeX style for `ltxtable.sty' (v0.2)
 
-;; Copyright (C) 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-ltxtable-file-regexp
   `(,(concat "\\\\LTXtable"
             "{\\(?:[^}]+\\)}"
diff --git a/style/luacode.el b/style/luacode.el
index 9d29c64..8632163 100644
--- a/style/luacode.el
+++ b/style/luacode.el
@@ -1,6 +1,6 @@
 ;;; luacode.el --- AUCTeX style for `luacode.sty' version 1.2a.
 
-;; Copyright (C) 2013 Free Software Foundation, Inc.
+;; Copyright (C) 2013, 2018 Free Software Foundation, Inc.
 
 ;; Maintainer: auctex-devel@gnu.org
 ;; Author: Mosè Giordano <giordano.m...@libero.it>
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "luacode"
  (lambda ()
diff --git a/style/marginnote.el b/style/marginnote.el
index 706182f..9d3410e 100644
--- a/style/marginnote.el
+++ b/style/marginnote.el
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "marginnote"
  (lambda ()
diff --git a/style/mathtools.el b/style/mathtools.el
index cfac6ce..aeb242c 100644
--- a/style/mathtools.el
+++ b/style/mathtools.el
@@ -36,9 +36,14 @@
 
 ;;; Code:
 
-;; Needed for auto-parsing.
+;; Needed for auto-parsing:
 (require 'tex)
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 ;; amsmath options which can be passed directly to mathtools are
 ;; appended in the style hook below
 (defvar LaTeX-mathtools-package-options
diff --git a/style/mdframed.el b/style/mdframed.el
index ed643da..bdbfb14 100644
--- a/style/mdframed.el
+++ b/style/mdframed.el
@@ -1,6 +1,6 @@
 ;;; mdframed.el --- AUCTeX style for `mdframed.sty' (v1.9b)
 
-;; Copyright (C) 2016, 2017 Free Software Foundation, Inc.
+;; Copyright (C) 2016--2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -41,9 +41,14 @@
 (eval-when-compile
   (require 'cl-lib))
 
-;; Needed for auto-parsing.
+;; Needed for auto-parsing:
 (require 'tex)
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-mdframed-key-val-options
   '(;; 6.2. Restoring the settings
     ("style" ("defaultoptions"))
diff --git a/style/mdwlist.el b/style/mdwlist.el
index af6c9b9..13245a2 100644
--- a/style/mdwlist.el
+++ b/style/mdwlist.el
@@ -1,6 +1,6 @@
 ;;; mdwlist.el --- AUCTeX style for `mdwlist.sty'
 
-;; Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005, 2018 Free Software Foundation, Inc.
 
 ;; Maintainer: auctex-devel@gnu.org
 ;; Keywords: tex
@@ -28,6 +28,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "mdwlist"
  (lambda ()
diff --git a/style/menukeys.el b/style/menukeys.el
index 2ac0560..c696c32 100644
--- a/style/menukeys.el
+++ b/style/menukeys.el
@@ -1,6 +1,6 @@
 ;;; menukeys.el --- AUCTeX style for `menukeys.sty' (v1.4)
 
-;; Copyright (C) 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2016, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,9 +31,14 @@
 
 ;;; Code:
 
-;; Needed for auto-parsing.
+;; Needed for auto-parsing:
 (require 'tex)
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-menukeys-input-separators-list
   '("/" "=" "*" "+" "," ";" ":" "-" ">" "<" "bslash")
   "List of input separators for macros of menukeys package.")
diff --git a/style/metalogo.el b/style/metalogo.el
index 055347e..a5bb1f0 100644
--- a/style/metalogo.el
+++ b/style/metalogo.el
@@ -1,6 +1,6 @@
 ;;; metalogo.el --- AUCTeX style for `metalogo.sty' version 0.12.
 
-;; Copyright (C) 2013 Free Software Foundation, Inc.
+;; Copyright (C) 2013, 2018 Free Software Foundation, Inc.
 
 ;; Maintainer: auctex-devel@gnu.org
 ;; Author: Mosè Giordano <giordano.m...@libero.it>
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "metalogo"
  (lambda ()
diff --git a/style/mflogo.el b/style/mflogo.el
index 957e86d..1d4b96d 100644
--- a/style/mflogo.el
+++ b/style/mflogo.el
@@ -28,6 +28,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "mflogo"
  (lambda ()
diff --git a/style/minted.el b/style/minted.el
index 3340efc..971921c 100644
--- a/style/minted.el
+++ b/style/minted.el
@@ -32,6 +32,11 @@
 
 (require 'tex)
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-minted-key-val-options
   '(("autogobble" ("true" "false"))
     ("baselinestretch" ("auto"))
diff --git a/style/mn2e.el b/style/mn2e.el
index 0c6d9f6..14a449c 100644
--- a/style/mn2e.el
+++ b/style/mn2e.el
@@ -1,6 +1,6 @@
 ;;; mn2e.el --- AUCTeX style for `mn2e.cls' version 2.2.
 
-;; Copyright (C) 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2018 Free Software Foundation, Inc.
 
 ;; Maintainer: auctex-devel@gnu.org
 ;; Author: Mosè Giordano <m...@gnu.org>
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "mn2e"
  (lambda ()
diff --git a/style/mnras.el b/style/mnras.el
index 9f2ab33..e3abfc1 100644
--- a/style/mnras.el
+++ b/style/mnras.el
@@ -1,6 +1,6 @@
 ;;; mnras.el --- AUCTeX style for `mnras.cls' version 3.0.
 
-;; Copyright (C) 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2018 Free Software Foundation, Inc.
 
 ;; Maintainer: auctex-devel@gnu.org
 ;; Author: Mosè Giordano <m...@gnu.org>
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "mnras"
  (lambda ()
diff --git a/style/moodle.el b/style/moodle.el
index 92c623c..f13d891 100644
--- a/style/moodle.el
+++ b/style/moodle.el
@@ -1,6 +1,6 @@
 ;;; moodle.el --- AUCTeX style for `moodle.sty' (v0.5)
 
-;; Copyright (C) 2017 Free Software Foundation, Inc.
+;; Copyright (C) 2017, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -35,6 +35,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-moodle-key-val-options
   '(("points")
     ("default grade")
diff --git a/style/multirow.el b/style/multirow.el
index d025e1f..771cea4 100644
--- a/style/multirow.el
+++ b/style/multirow.el
@@ -1,6 +1,6 @@
 ;;; multirow.el --- AUCTeX style for `multirow.sty'
 
-;; Copyright (C) 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2011, 2018 Free Software Foundation, Inc.
 
 ;; Author: Mads Jensen <m...@inducks.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "multirow"
  (lambda ()
diff --git a/style/nameref.el b/style/nameref.el
index 49e7202..8421b75 100644
--- a/style/nameref.el
+++ b/style/nameref.el
@@ -1,6 +1,6 @@
 ;;; nameref.el --- AUCTeX style for `nameref.sty'
 
-;; Copyright (C) 2013, 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2013, 2015, 2018 Free Software Foundation, Inc.
 
 ;; Author: Mads Jensen <m...@inducks.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "nameref"
  (lambda ()
diff --git a/style/natbib.el b/style/natbib.el
index f0664fd..596c86d 100644
--- a/style/natbib.el
+++ b/style/natbib.el
@@ -1,6 +1,6 @@
 ;;; natbib.el --- AUCTeX style for `natbib.sty' version 8.31b
 
-;; Copyright (C) 1997, 1998, 2004, 2007, 2014, 2016 Free Software Foundation, 
Inc.
+;; Copyright (C) 1997, 1998, 2004, 2007, 2014--2018 Free Software Foundation, 
Inc.
 
 ;; Authors: Berwin Turlach <sta...@nus.edu.sg>
 ;;          Carsten Dominik <domi...@strw.leidenuniv.nl>
@@ -26,6 +26,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "natbib"
  (lambda ()
diff --git a/style/newfloat.el b/style/newfloat.el
index 5475577..9f88a2d 100644
--- a/style/newfloat.el
+++ b/style/newfloat.el
@@ -1,6 +1,6 @@
 ;;; newfloat.el --- AUCTeX style for `newfloat.sty' (v1.1-109)
 
-;; Copyright (C) 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -54,9 +54,14 @@
 
 ;;; Code:
 
-;; Needed for auto-parsing.
+;; Needed for auto-parsing:
 (require 'tex)
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-newfloat-key-val-options
   '(("fileext")
     ("listname")
diff --git a/style/newpxtext.el b/style/newpxtext.el
index b571001..4112be9 100644
--- a/style/newpxtext.el
+++ b/style/newpxtext.el
@@ -1,6 +1,6 @@
 ;;; newpxtext.el --- AUCTeX style for `newpxtext.sty' (v1.232)
 
-;; Copyright (C) 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "newpxtext"
  (lambda ()
diff --git a/style/newtxtext.el b/style/newtxtext.el
index 16a860b..5f9c14f 100644
--- a/style/newtxtext.el
+++ b/style/newtxtext.el
@@ -1,6 +1,6 @@
 ;;; newtxtext.el --- AUCTeX style for `newtxtext.sty' (v1.434)
 
-;; Copyright (C) 2014, 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2014, 2015, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "newtxtext"
  (lambda ()
diff --git a/style/newtxttt.el b/style/newtxttt.el
index 48362bc..1cfae90 100644
--- a/style/newtxttt.el
+++ b/style/newtxttt.el
@@ -1,6 +1,6 @@
 ;;; newtxtt.el --- AUCTeX style for `newtxtt.sty' (v1.05)
 
-;; Copyright (C) 2014 Free Software Foundation, Inc.
+;; Copyright (C) 2014, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "newtxtt"
  (lambda ()
diff --git a/style/nicefrac.el b/style/nicefrac.el
index 3bd308e..4d68329 100644
--- a/style/nicefrac.el
+++ b/style/nicefrac.el
@@ -1,6 +1,6 @@
 ;;; nicefrac.el --- AUCTeX style for the LaTeX package `nicefrac.sty' (v0.9b)
 
-;; Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005, 2018 Free Software Foundation, Inc.
 
 ;; Author: Christian Schlauer <cs...@arcor.de>
 ;; Maintainer: auctex-devel@gnu.org
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "nicefrac"
  (lambda ()
diff --git a/style/nomencl.el b/style/nomencl.el
index b22c054..b74405b 100644
--- a/style/nomencl.el
+++ b/style/nomencl.el
@@ -1,6 +1,6 @@
 ;;; nomencl.el --- AUCTeX style for the nomencl class.
 
-;; Copyright (C) 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2007, 2018 Free Software Foundation, Inc.
 
 ;; Author: Ralf Angeli <ang...@caeruleus.net>
 ;; Maintainer: auctex-devel@gnu.org
@@ -30,6 +30,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-nomencl-package-options
   '("refeq" "norefeq" "refpage" "norefpage" "prefix" "noprefix" "cfg" "nocfg"
     "intoc" "notintoq" "compatible" "noncompatible" "croatian" "danish"
diff --git a/style/ntheorem.el b/style/ntheorem.el
index b7a4433..0edd4cf 100644
--- a/style/ntheorem.el
+++ b/style/ntheorem.el
@@ -1,6 +1,6 @@
 ;;; ntheorem.el --- AUCTeX style for `ntheorem.sty' (v1.33)
 
-;; Copyright (C) 2015, 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2016, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -36,6 +36,11 @@
 
 ;;; Code
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-ntheorem-theoremstyle-list
   '(("plain") ("break") ("change") ("changebreak") ("margin")
     ("marginbreak") ("nonumberplain") ("nonumberbreak") ("empty"))
diff --git a/style/ocg-p.el b/style/ocg-p.el
index 099a7f3..3ebd41e 100644
--- a/style/ocg-p.el
+++ b/style/ocg-p.el
@@ -34,6 +34,11 @@
 ;; Needed for auto-parsing.
 (require 'tex)
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 ;; Setup for layer id's defined with
 ;; \begin{ocg}[<opt-arg>]{<layer name>}{<layer id>}{<initial visibility>}:
 
diff --git a/style/ocgx.el b/style/ocgx.el
index b6da24f..0e8d5c3 100644
--- a/style/ocgx.el
+++ b/style/ocgx.el
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "ocgx"
  (lambda ()
diff --git a/style/paracol.el b/style/paracol.el
index fdab8ba..308ac46 100644
--- a/style/paracol.el
+++ b/style/paracol.el
@@ -1,6 +1,6 @@
 ;;; paracol.el --- AUCTeX style for `paracol.sty' (v1.32)
 
-;; Copyright (C) 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2016, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -46,6 +46,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defun TeX-arg-paracol-switchcolumn* (optional)
   "Query and insert the column argument of \\switchcolum macro.
 If OPTIONAL is non-nil, insert the result in square brackets."
diff --git a/style/paralist.el b/style/paralist.el
index c9a7072..d25a9a6 100644
--- a/style/paralist.el
+++ b/style/paralist.el
@@ -1,6 +1,6 @@
 ;;; paralist.el -- AUCTeX style for paralist.sty
 
-;; Copyright (C) 2003-2005, 2014 Free Software Foundation, Inc.
+;; Copyright (C) 2003-2005, 2014, 2018 Free Software Foundation, Inc.
 
 ;; Author:   Ralf Angeli <ang...@iwi.uni-sb.de>
 ;; Maintainer: auctex-devel@gnu.org
@@ -30,6 +30,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 ;; Insert an itemize-ish environment and ask for an optional label
 (defun LaTeX-paralist-env-item-opt-label (environment)
   "Insert ENVIRONMENT, an optional label and the first item."
diff --git a/style/pdfpages.el b/style/pdfpages.el
index 6e7c8c3..f32441b 100644
--- a/style/pdfpages.el
+++ b/style/pdfpages.el
@@ -1,6 +1,6 @@
 ;;; pdfpages.el --- AUCTeX style for `pdfpages.sty' (v0.4v)
 
-;; Copyright (C) 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -33,6 +33,12 @@
 ;; `pdfpages.sty' in the first place.
 
 ;;; Code:
+
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-pdfpages-key-val-options
   '(;; Main options:
     ("pages" ("-"))
diff --git a/style/polyglossia.el b/style/polyglossia.el
index 6e902a4..c9366d0 100644
--- a/style/polyglossia.el
+++ b/style/polyglossia.el
@@ -1,6 +1,6 @@
 ;;; polyglossia.el --- AUCTeX style for `polyglossia.sty' version 1.42.0.
 
-;; Copyright (C) 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2018 Free Software Foundation, Inc.
 
 ;; Maintainer: auctex-devel@gnu.org
 ;; Author: Mosè Giordano <m...@gnu.org>
@@ -37,6 +37,11 @@
 
 (require 'tex) ;Indispensable when compiling the call to `TeX-auto-add-type'.
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-auto-add-type "polyglossia-lang" "LaTeX")
 
 ;; Self Parsing -- see (info "(auctex)Hacking the Parser").
diff --git a/style/preview.el b/style/preview.el
index 26987e1..fb3c123 100644
--- a/style/preview.el
+++ b/style/preview.el
@@ -1,6 +1,6 @@
 ;;; preview.el --- AUCTeX style for `preview.sty' (v2010/02/14)
 
-;; Copyright (C) 2017 Free Software Foundation, Inc.
+;; Copyright (C) 2017, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defun LaTeX-preview-arg-ifpreview (_optional)
   "Insert \\else and \\fi part of \\ifPreview command from preview.sty.
 OPTIONAL is ignored."
diff --git a/style/relsize.el b/style/relsize.el
index 0a47b01..131a152 100644
--- a/style/relsize.el
+++ b/style/relsize.el
@@ -1,6 +1,6 @@
 ;;; relsize.el --- AUCTeX style for `relsize.sty' version v4.1
 
-;; Copyright (C) 2014 Free Software Foundation, Inc.
+;; Copyright (C) 2014, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "relsize"
  (lambda ()
diff --git a/style/scrbase.el b/style/scrbase.el
index 169b6ec..e55d2bb 100644
--- a/style/scrbase.el
+++ b/style/scrbase.el
@@ -1,6 +1,6 @@
 ;;; scrbase.el --- AUCTeX style for the KOMA-Script bundle.
 
-;; Copyright (C) 2002, 2004, 2005, 2007, 2014 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2004, 2005, 2007, 2014, 2018 Free Software Foundation, 
Inc.
 
 ;; Author: Mark Trettin <mark.tret...@gmx.de>
 ;; Created: 2002-09-26
@@ -31,6 +31,12 @@
 ;; You need this file since it's loaded from the class-styles.
 
 ;;; Code:
+
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook "scrbase"
   (lambda ()
     (TeX-add-symbols
diff --git a/style/scrbook.el b/style/scrbook.el
index d4e7152..2e10cf0 100644
--- a/style/scrbook.el
+++ b/style/scrbook.el
@@ -1,6 +1,6 @@
 ;;; scrbook.el --- AUCTeX style for scrbook.cls
 
-;; Copyright (C) 2002, 2005 Free Software Foundation
+;; Copyright (C) 2002, 2005, 2018 Free Software Foundation
 
 ;; Author: Mark Trettin <mark.tret...@gmx.de>
 ;; Created: 2002-09-26
@@ -30,6 +30,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook "scrbook"
   (lambda ()
     (LaTeX-largest-level-set "chapter")
diff --git a/style/scrlttr2.el b/style/scrlttr2.el
index e697316..28e3ea9 100644
--- a/style/scrlttr2.el
+++ b/style/scrlttr2.el
@@ -1,6 +1,6 @@
 ;;; scrlttr2.el --- AUCTeX style for scrlttr2.cls.
 
-;; Copyright (C) 2002, 2007, 2014 Free Software Foundation
+;; Copyright (C) 2002, 2007, 2014, 2018 Free Software Foundation
 
 ;; Author: Mark Trettin <mark.tret...@gmx.de>
 ;; Created: 2002-10-26
@@ -37,6 +37,11 @@
 
 ;;; Code
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook "scrlttr2"
   (lambda ()
     (TeX-add-symbols
diff --git a/style/scrpage2.el b/style/scrpage2.el
index 34b8497..841a8c9 100644
--- a/style/scrpage2.el
+++ b/style/scrpage2.el
@@ -27,6 +27,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "scrpage2"
  (lambda ()
diff --git a/style/scrreprt.el b/style/scrreprt.el
index 636b14e..2507960 100644
--- a/style/scrreprt.el
+++ b/style/scrreprt.el
@@ -1,6 +1,6 @@
 ;;; scrreprt.el --- AUCTeX style for scrreprt.cls.
 
-;; Copyright (C) 2002, 2005 Free Software Foundation
+;; Copyright (C) 2002, 2005, 2018 Free Software Foundation
 
 ;; Author: Mark Trettin <mark.tret...@gmx.de>
 ;; Created: 2002-09-26
@@ -30,6 +30,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "scrreprt"
  (lambda ()
diff --git a/style/setspace.el b/style/setspace.el
index 206033e..4e32044 100644
--- a/style/setspace.el
+++ b/style/setspace.el
@@ -1,6 +1,6 @@
 ;;; setspace.el --- AUCTeX style for `setspace.sty'
 
-;; Copyright (C) 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2011, 2018 Free Software Foundation, Inc.
 
 ;; Author: Mads Jensen <m...@inducks.org>
 ;; Created: 2011-04-16
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "setspace"
  (lambda ()
diff --git a/style/siunitx.el b/style/siunitx.el
index 9fad553..85fef14 100644
--- a/style/siunitx.el
+++ b/style/siunitx.el
@@ -1,6 +1,6 @@
 ;;; siunitx.el --- AUCTeX style for `siunitx.sty' version 2.5s.
 
-;; Copyright (C) 2012-2015 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2015, 2018 Free Software Foundation, Inc.
 
 ;; Maintainer: auctex-devel@gnu.org
 ;; Author: Mosè Giordano <giordano.m...@libero.it>
@@ -31,6 +31,11 @@
 
 (require 'tex) ;Indispensable when compiling the call to `TeX-auto-add-type'.
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-auto-add-type "siunitx-unit" "LaTeX")
 
 ;; Self Parsing -- see (info "(auctex)Hacking the Parser").  
`\\(?:\\[.*\\]\\)?'
diff --git a/style/sourcecodepro.el b/style/sourcecodepro.el
index 4dc0014..289906d 100644
--- a/style/sourcecodepro.el
+++ b/style/sourcecodepro.el
@@ -1,6 +1,6 @@
 ;;; sourcecodepro.el --- AUCTeX style for `sourcecodepro.sty' (v2.6)
 
-;; Copyright (C) 2017 Free Software Foundation, Inc.
+;; Copyright (C) 2017, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "sourcecodepro"
  (lambda ()
diff --git a/style/splitidx.el b/style/splitidx.el
index 7af22f1..41141b9 100644
--- a/style/splitidx.el
+++ b/style/splitidx.el
@@ -1,6 +1,6 @@
 ;;; splitidx.el --- AUCTeX style for `splitidx.sty' (v1.2a)
 
-;; Copyright (C) 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2016, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -88,9 +88,14 @@
 
 ;;; Code:
 
-;; Needed for auto-parsing.
+;; Needed for auto-parsing:
 (require 'tex)
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 ;; Setup parsing for \newindex:
 (TeX-auto-add-type "splitidx-newindex" "LaTeX" "splitidx-newindices")
 
diff --git a/style/subcaption.el b/style/subcaption.el
index f158f44..5b82648 100644
--- a/style/subcaption.el
+++ b/style/subcaption.el
@@ -1,6 +1,6 @@
 ;;; subcaption.el --- AUCTeX style for `subcaption.sty' (v1.1-100)
 
-;; Copyright (C) 2015--2017 Free Software Foundation, Inc.
+;; Copyright (C) 2015--2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-subcaption-key-val-options
   '(("subrefformat" ("default" "empty" "simple" "brace" "parens")))
   "Key=value options for subcaption package.  This key takes the
diff --git a/style/subfigure.el b/style/subfigure.el
index 5d7525b..9d96655 100644
--- a/style/subfigure.el
+++ b/style/subfigure.el
@@ -1,6 +1,6 @@
 ;;; subfigure.el --- AUCTeX style file for subfigure.sty
 
-;; Copyright (C) 2003, 2005, 2013 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2005, 2013, 2018 Free Software Foundation, Inc.
 
 ;; Author: Reiner Steib  <reiner.st...@gmx.de>
 ;; Maintainer: auctex-devel@gnu.org
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "subfigure"
  (lambda ()
diff --git a/style/subfiles.el b/style/subfiles.el
index 4900a38..e625e82 100644
--- a/style/subfiles.el
+++ b/style/subfiles.el
@@ -1,6 +1,6 @@
 ;;; subfiles.el --- AUCTeX style for the subfiles package.
 
-;; Copyright (C) 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2016, 2018 Free Software Foundation, Inc.
 
 ;; Author: Uwe Brauer <o...@mat.ucm.es>
 ;; Created: 07 Nov 2016
@@ -33,6 +33,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-subfiles-package-options nil
   "Package options for the subfiles package.")
 
diff --git a/style/tcolorbox.el b/style/tcolorbox.el
index 2859276..16f6a12 100644
--- a/style/tcolorbox.el
+++ b/style/tcolorbox.el
@@ -44,9 +44,14 @@
 (eval-when-compile
   (require 'cl-lib))
 
-;; Needed for auto-parsing.
+;; Needed for auto-parsing:
 (require 'tex)
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 ;; FIXME: Anything missing?
 (defvar LaTeX-tcolorbox-keyval-options
   '(;; 4.1 Title
diff --git a/style/tcolorboxlib-raster.el b/style/tcolorboxlib-raster.el
index 822e267..d54bbd5 100644
--- a/style/tcolorboxlib-raster.el
+++ b/style/tcolorboxlib-raster.el
@@ -1,6 +1,6 @@
 ;;; tcolorboxlib-raster.el --- AUCTeX style for `raster' library from tcolorbox
 
-;; Copyright (C) 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2016, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-tcolorbox-lib-raster-keyval-options
   '(;; 14.3 Option Keys of the Library
     ("raster columns")
diff --git a/style/theorem.el b/style/theorem.el
index f6ce86d..7b595e5 100644
--- a/style/theorem.el
+++ b/style/theorem.el
@@ -1,6 +1,6 @@
 ;;; theorem.el --- AUCTeX style for `theorem.sty' (v2.2c)
 
-;; Copyright (C) 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -36,6 +36,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-theorem-theoremstyle-list
   '(("plain") ("break") ("margin") ("change")
     ("marginbreak") ("changebreak"))
diff --git a/style/thmtools.el b/style/thmtools.el
index 9c3b51c..b344c62 100644
--- a/style/thmtools.el
+++ b/style/thmtools.el
@@ -31,7 +31,12 @@
 
 ;;; Code:
 
-;; Needed for auto-parsing.
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
+;; Needed for auto-parsing:
 (require 'tex)
 
 ;; Setup for \declaretheoremstyle:
diff --git a/style/titleps.el b/style/titleps.el
index 19a3d92..5580fbb 100644
--- a/style/titleps.el
+++ b/style/titleps.el
@@ -1,6 +1,6 @@
 ;;; titleps.el --- AUCTeX style for `titleps.sty' (v1.1.1)
 
-;; Copyright (C) 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2016, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-titleps-section-command-list
   '("part"
     "chapter"
diff --git a/style/titlesec.el b/style/titlesec.el
index d723970..519ce4e 100644
--- a/style/titlesec.el
+++ b/style/titlesec.el
@@ -1,6 +1,6 @@
 ;;; titlesec.el --- AUCTeX style for `titlesec.sty' (v2.10.0)
 
-;; Copyright (C) 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2016, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-titlesec-key-val-options
   '(("page" ("even" "odd"))
     ("numberless"))
diff --git a/style/titletoc.el b/style/titletoc.el
index 25a06c4..454fc9a 100644
--- a/style/titletoc.el
+++ b/style/titletoc.el
@@ -1,6 +1,6 @@
 ;;; titletoc.el --- AUCTeX style for `titletoc.sty' (v1.6)
 
-;; Copyright (C) 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2016, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-titletoc-section-command-list
   '("part"
     "chapter"
diff --git a/style/transparent.el b/style/transparent.el
index a345924..309eb01 100644
--- a/style/transparent.el
+++ b/style/transparent.el
@@ -1,6 +1,6 @@
 ;;; transparent.el --- AUCTeX style for `transparent.sty' (v1.0)
 
-;; Copyright (C) 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "transparent"
  (lambda ()
diff --git a/style/ulem.el b/style/ulem.el
index c3b3491..77bf1d3 100644
--- a/style/ulem.el
+++ b/style/ulem.el
@@ -1,6 +1,6 @@
 ;;; ulem.el --- AUCTeX style for `ulem.sty'
 
-;; Copyright (C) 2012 Free Software Foundation, Inc.
+;; Copyright (C) 2012, 2018 Free Software Foundation, Inc.
 
 ;; Author: Mads Jensen <m...@inducks.org>
 ;; Keywords: tex
@@ -28,6 +28,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "ulem"
  (lambda ()
diff --git a/style/unicode-math.el b/style/unicode-math.el
index d7ed089..395e137 100644
--- a/style/unicode-math.el
+++ b/style/unicode-math.el
@@ -1,6 +1,6 @@
 ;;; unicode-math.el --- AUCTeX style for `unicode-math.sty' version 0.7e.
 
-;; Copyright (C) 2013 Free Software Foundation, Inc.
+;; Copyright (C) 2013, 2018 Free Software Foundation, Inc.
 
 ;; Maintainer: auctex-devel@gnu.org
 ;; Author: Mosè Giordano <giordano.m...@libero.it>
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-unicode-math-package-options-list
   '(("math-style" ("ISO" "TeX" "french" "upright" "literal"))
     ("bold-style" ("ISO" "TeX" "upright" "literal"))
diff --git a/style/units.el b/style/units.el
index 8320e52..f174453 100644
--- a/style/units.el
+++ b/style/units.el
@@ -1,6 +1,6 @@
 ;;; units.el --- AUCTeX style for the LaTeX package `units.sty' (v0.9b)
 
-;; Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005, 2018 Free Software Foundation, Inc.
 
 ;; Author: Christian Schlauer <cs...@arcor.de>
 ;; Maintainer: auctex-devel@gnu.org
@@ -29,6 +29,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "units"
  (lambda ()
diff --git a/style/url.el b/style/url.el
index 0f4bb25..e566624 100644
--- a/style/url.el
+++ b/style/url.el
@@ -30,6 +30,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "url"
  (lambda ()
diff --git a/style/varioref.el b/style/varioref.el
index 1d87507..ce840e7 100644
--- a/style/varioref.el
+++ b/style/varioref.el
@@ -1,6 +1,6 @@
 ;;; varioref.el --- AUCTeX style file with support for varioref.sty
 
-;; Copyright (C) 1999, 2013, 2015 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2013, 2015, 2018 Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <domi...@strw.leidenuniv.nl>
 ;;         Mads Jensen <m...@inducks.org>
@@ -25,6 +25,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook "varioref"
    (lambda ()
 
diff --git a/style/vwcol.el b/style/vwcol.el
index 7fbc10d..c85e815 100644
--- a/style/vwcol.el
+++ b/style/vwcol.el
@@ -1,6 +1,6 @@
 ;;; vwcol.el --- AUCTeX style for `vwcol.sty' (v0.2)
 
-;; Copyright (C) 2015 Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-vwcol-key-val-options
   '(("widths")
     ("sep"       ("fill"))
diff --git a/style/xcolor.el b/style/xcolor.el
index f7b1b5b..db820c7 100644
--- a/style/xcolor.el
+++ b/style/xcolor.el
@@ -47,6 +47,11 @@
 (eval-when-compile
   (require 'latex))
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-xcolor-core-color-models
   '("rgb" "cmy" "cmyk" "hsb" "gray")
   "List of core color models provided by xcolor.sty.")
diff --git a/style/xparse.el b/style/xparse.el
index d75f81c..a65f2d1 100644
--- a/style/xparse.el
+++ b/style/xparse.el
@@ -1,6 +1,6 @@
 ;;; xparse.el --- AUCTeX style for `xparse.sty' version 4467.
 
-;; Copyright (C) 2013 Free Software Foundation, Inc.
+;; Copyright (C) 2013, 2018 Free Software Foundation, Inc.
 
 ;; Maintainer: auctex-devel@gnu.org
 ;; Author: Mosè Giordano <giordano.m...@libero.it>
@@ -30,6 +30,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (defvar LaTeX-xparse-macro-regexp
   (concat "\\\\\\(?:Declare\\|New\\|Renew\\|Provide\\|DeclareExpandable\\)"
          "DocumentCommand[ \t\n\r]*{?[ \t\n\r]*\\\\\\([A-Za-z]+\\)[ \t\n\r]*}?"
diff --git a/style/xspace.el b/style/xspace.el
index dda6238..86c1e46 100644
--- a/style/xspace.el
+++ b/style/xspace.el
@@ -1,6 +1,6 @@
 ;;; xspace.el --- AUCTeX style for `xspace.sty'
 
-;; Copyright (C) 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2011, 2018 Free Software Foundation, Inc.
 
 ;; Author: Mads Jensen <m...@inducks.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -30,6 +30,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "xspace"
  (lambda ()
diff --git a/style/zlmtt.el b/style/zlmtt.el
index 7d6d019..2b075cf 100644
--- a/style/zlmtt.el
+++ b/style/zlmtt.el
@@ -1,6 +1,6 @@
 ;;; zlmtt.el --- AUCTeX style for `zlmtt.sty' (v1.01)
 
-;; Copyright (C) 2014 Free Software Foundation, Inc.
+;; Copyright (C) 2014, 2018 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <ar...@gnu.org>
 ;; Maintainer: auctex-devel@gnu.org
@@ -31,6 +31,11 @@
 
 ;;; Code:
 
+;; Silence the compiler:
+(declare-function font-latex-add-keywords
+                 "font-latex"
+                 (keywords class))
+
 (TeX-add-style-hook
  "zlmtt"
  (lambda ()

-----------------------------------------------------------------------

Summary of changes:
 style/Alegreya.el            | 7 ++++++-
 style/AlegreyaSans.el        | 7 ++++++-
 style/FiraMono.el            | 7 ++++++-
 style/FiraSans.el            | 7 ++++++-
 style/MinionPro.el           | 7 ++++++-
 style/MyriadPro.el           | 7 ++++++-
 style/XCharter.el            | 7 ++++++-
 style/acro.el                | 7 ++++++-
 style/acronym.el             | 7 ++++++-
 style/amsfonts.el            | 7 ++++++-
 style/amsthm.el              | 7 ++++++-
 style/arabxetex.el           | 7 ++++++-
 style/array.el               | 7 ++++++-
 style/attachfile.el          | 8 +++++++-
 style/babel.el               | 7 ++++++-
 style/baskervaldx.el         | 7 ++++++-
 style/beamer.el              | 7 ++++++-
 style/biblatex.el            | 7 ++++++-
 style/bicaption.el           | 5 +++++
 style/bidi.el                | 7 ++++++-
 style/bm.el                  | 7 ++++++-
 style/booktabs.el            | 7 ++++++-
 style/captcont.el            | 7 ++++++-
 style/caption.el             | 7 ++++++-
 style/cleveref.el            | 7 ++++++-
 style/color.el               | 5 +++++
 style/colortbl.el            | 7 ++++++-
 style/commath.el             | 7 ++++++-
 style/comment.el             | 7 ++++++-
 style/csquotes.el            | 8 ++++++--
 style/dashundergaps.el       | 5 +++++
 style/empheq.el              | 7 ++++++-
 style/enumitem.el            | 9 +++++++--
 style/environ.el             | 7 ++++++-
 style/epigraph.el            | 7 ++++++-
 style/erewhon.el             | 7 ++++++-
 style/exam.el                | 7 ++++++-
 style/fancyhdr.el            | 7 ++++++-
 style/fancyref.el            | 7 ++++++-
 style/fancyvrb.el            | 7 ++++++-
 style/fbb.el                 | 7 ++++++-
 style/flashcards.el          | 7 ++++++-
 style/floatrow.el            | 7 ++++++-
 style/fontaxes.el            | 7 ++++++-
 style/fontspec.el            | 7 ++++++-
 style/footmisc.el            | 7 ++++++-
 style/geometry.el            | 5 +++++
 style/graphicx.el            | 5 +++++
 style/hologo.el              | 7 ++++++-
 style/hyperref.el            | 5 +++++
 style/ifluatex.el            | 9 +++++++--
 style/jurabib.el             | 7 ++++++-
 style/kpfonts.el             | 7 ++++++-
 style/letter.el              | 7 ++++++-
 style/lettrine.el            | 5 +++++
 style/listings.el            | 5 +++++
 style/longtable.el           | 7 ++++++-
 style/ltxtable.el            | 7 ++++++-
 style/luacode.el             | 7 ++++++-
 style/marginnote.el          | 5 +++++
 style/mathtools.el           | 7 ++++++-
 style/mdframed.el            | 9 +++++++--
 style/mdwlist.el             | 7 ++++++-
 style/menukeys.el            | 9 +++++++--
 style/metalogo.el            | 7 ++++++-
 style/mflogo.el              | 5 +++++
 style/minted.el              | 5 +++++
 style/mn2e.el                | 7 ++++++-
 style/mnras.el               | 7 ++++++-
 style/moodle.el              | 7 ++++++-
 style/multirow.el            | 7 ++++++-
 style/nameref.el             | 7 ++++++-
 style/natbib.el              | 7 ++++++-
 style/newfloat.el            | 9 +++++++--
 style/newpxtext.el           | 7 ++++++-
 style/newtxtext.el           | 7 ++++++-
 style/newtxttt.el            | 7 ++++++-
 style/nicefrac.el            | 7 ++++++-
 style/nomencl.el             | 7 ++++++-
 style/ntheorem.el            | 7 ++++++-
 style/ocg-p.el               | 5 +++++
 style/ocgx.el                | 5 +++++
 style/paracol.el             | 7 ++++++-
 style/paralist.el            | 7 ++++++-
 style/pdfpages.el            | 8 +++++++-
 style/polyglossia.el         | 7 ++++++-
 style/preview.el             | 7 ++++++-
 style/relsize.el             | 7 ++++++-
 style/scrbase.el             | 8 +++++++-
 style/scrbook.el             | 7 ++++++-
 style/scrlttr2.el            | 7 ++++++-
 style/scrpage2.el            | 5 +++++
 style/scrreprt.el            | 7 ++++++-
 style/setspace.el            | 7 ++++++-
 style/siunitx.el             | 7 ++++++-
 style/sourcecodepro.el       | 7 ++++++-
 style/splitidx.el            | 9 +++++++--
 style/subcaption.el          | 7 ++++++-
 style/subfigure.el           | 7 ++++++-
 style/subfiles.el            | 7 ++++++-
 style/tcolorbox.el           | 7 ++++++-
 style/tcolorboxlib-raster.el | 7 ++++++-
 style/theorem.el             | 7 ++++++-
 style/thmtools.el            | 7 ++++++-
 style/titleps.el             | 7 ++++++-
 style/titlesec.el            | 7 ++++++-
 style/titletoc.el            | 7 ++++++-
 style/transparent.el         | 7 ++++++-
 style/ulem.el                | 7 ++++++-
 style/unicode-math.el        | 7 ++++++-
 style/units.el               | 7 ++++++-
 style/url.el                 | 5 +++++
 style/varioref.el            | 7 ++++++-
 style/vwcol.el               | 7 ++++++-
 style/xcolor.el              | 5 +++++
 style/xparse.el              | 7 ++++++-
 style/xspace.el              | 7 ++++++-
 style/zlmtt.el               | 7 ++++++-
 118 files changed, 701 insertions(+), 109 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX

_______________________________________________
auctex-diffs mailing list
auctex-di...@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to