emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/corfu-doc 000388fe97 06/95: Silent a compiler warning


From: ELPA Syncer
Subject: [elpa] externals/corfu-doc 000388fe97 06/95: Silent a compiler warning
Date: Tue, 19 Jul 2022 15:57:59 -0400 (EDT)

branch: externals/corfu-doc
commit 000388fe97971fdbec47a4837fa1da22e10c79b3
Author: Tian Yuwei <ibluefocus@outlook.com>
Commit: Tian Yuwei <ibluefocus@outlook.com>

    Silent a compiler warning
---
 corfu-doc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu-doc.el b/corfu-doc.el
index bbcb107851..b7eae4596d 100644
--- a/corfu-doc.el
+++ b/corfu-doc.el
@@ -267,7 +267,7 @@
   (let ((corfu-doc-delay 0))
     (corfu-doc--set-timer)))
 
-(defun corfu-doc--set-timer (&rest args)
+(defun corfu-doc--set-timer (&rest _args)
   (when (or (null corfu-doc--timer)
             (eq this-command #'corfu-doc-manually))
     (setq corfu-doc--timer



reply via email to

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