auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex 2e448e3 13/30: ; Silence the comp


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex 2e448e3 13/30: ; Silence the compiler
Date: Fri, 25 Sep 2020 11:00:13 -0400 (EDT)

branch: externals/auctex
commit 2e448e3015a2f4532d543afd7360910e25bc62da
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@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'."



reply via email to

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