branch: elpa/nix-mode
commit 0fde15d9380633468264ba0aa4e3ec2a6abd5aaf
Author: Steve Purcell <[email protected]>
Commit: Steve Purcell <[email protected]>

    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