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

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

[nongnu] elpa/nix-mode 0fde15d938 197/500: Prefix unused lexical argumen


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 0fde15d938 197/500: Prefix unused lexical argument to avoid byte-compilation warning
Date: Sat, 29 Jan 2022 08:27:05 -0500 (EST)

branch: elpa/nix-mode
commit 0fde15d9380633468264ba0aa4e3ec2a6abd5aaf
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>

    Prefix unused lexical argument to avoid byte-compilation warning
---
 nix-repl.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix-repl.el b/nix-repl.el
index a202eed28b..ed2db6974e 100644
--- a/nix-repl.el
+++ b/nix-repl.el
@@ -93,7 +93,7 @@ MUTE if true then don’t alert user."
 
 (defun nix--process-filter (buf marker)
   "Process filter for Nix-rel buffer BUF at MARKER."
-  (lambda (proc string)
+  (lambda (_proc string)
     (when (buffer-live-p buf)
       (with-current-buffer buf
         (save-excursion



reply via email to

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