emacs-diffs
[Top][All Lists]
Advanced

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

master f95266e: ; Fix byte-compilation warning


From: Eli Zaretskii
Subject: master f95266e: ; Fix byte-compilation warning
Date: Sat, 6 Feb 2021 13:51:59 -0500 (EST)

branch: master
commit f95266ee68ab85f7a237b473f98b36413b542553
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix byte-compilation warning
    
    * test/src/process-tests.el (process-sentinel-interrupt-event): Fix
    byte compilation warning.
---
 test/src/process-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/src/process-tests.el b/test/src/process-tests.el
index b2e0ec1..e62bcb3 100644
--- a/test/src/process-tests.el
+++ b/test/src/process-tests.el
@@ -893,7 +893,7 @@ Return nil if FILENAME doesn't exist."
 
       ;; Capture any incoming events.
       (set-process-sentinel proc
-                            (lambda (proc event)
+                            (lambda (_prc event)
                              (push event events)))
       ;; Wait for the process to start.
       (sleep-for 2)



reply via email to

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