branch: externals/auctex commit 2e448e3015a2f4532d543afd7360910e25bc62da Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
; Silence the compiler * font-latex.el (font-latex-update-font-lock): Mark the argument `syntactic-kws' as unused. --- font-latex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/font-latex.el b/font-latex.el index 4736cfb..f8edf91 100644 --- a/font-latex.el +++ b/font-latex.el @@ -1297,7 +1297,7 @@ triggers Font Lock to recognize the change." ;; influencing fontification in her file-local variables section. (add-hook 'hack-local-variables-hook #'font-latex-after-hacking-local-variables t t)) -(defun font-latex-update-font-lock (&optional syntactic-kws) +(defun font-latex-update-font-lock (&optional _syntactic-kws) "Tell font-lock about updates of fontification rules. If SYNTACTIC-KWS is non-nil, also update `font-latex-syntactic-keywords'."