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

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

[nongnu] elpa/free-keys a975b8fe62 15/19: Suppress byte-compile warning


From: ELPA Syncer
Subject: [nongnu] elpa/free-keys a975b8fe62 15/19: Suppress byte-compile warning
Date: Sat, 29 Jan 2022 08:02:54 -0500 (EST)

branch: elpa/free-keys
commit a975b8fe6246a25e2e155d483572e75a932cd6d6
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Suppress byte-compile warning
---
 free-keys.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/free-keys.el b/free-keys.el
index 6116963e9d..3f28af63e9 100644
--- a/free-keys.el
+++ b/free-keys.el
@@ -127,7 +127,7 @@ BUFFER and update the display."
   (interactive "bShow free bindings for buffer: ")
   (free-keys nil (get-buffer-create buffer)))
 
-(defun free-keys-revert-buffer (_ _)
+(defun free-keys-revert-buffer (_ignore-auto _noconfirm)
   "Revert the *Free keys* buffer.
 
 This simply calls `free-keys'."



reply via email to

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