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

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

[nongnu] elpa/rubocop f947fb0 30/64: Fix byte-compile warning about unus


From: ELPA Syncer
Subject: [nongnu] elpa/rubocop f947fb0 30/64: Fix byte-compile warning about unused variable
Date: Wed, 11 Aug 2021 10:07:59 -0400 (EDT)

branch: elpa/rubocop
commit f947fb0bed9b71aeb3ddaa5b84498bc515f2c2b9
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Fix byte-compile warning about unused variable
---
 rubocop.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rubocop.el b/rubocop.el
index 0dce949..195c3e9 100644
--- a/rubocop.el
+++ b/rubocop.el
@@ -125,7 +125,7 @@ Alternatively prompt user for directory."
         (compilation-start
          (concat command " " (rubocop-local-file-name file-name))
          'compilation-mode
-         (lambda (arg) (rubocop-buffer-name file-name)))
+         (lambda (_arg) (rubocop-buffer-name file-name)))
       (error "Buffer is not visiting a file"))))
 
 ;;;###autoload



reply via email to

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