]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix byte-compilation warning
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Feb 2021 18:50:57 +0000 (20:50 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Feb 2021 18:50:57 +0000 (20:50 +0200)
* test/src/process-tests.el (process-sentinel-interrupt-event): Fix
byte compilation warning.

test/src/process-tests.el

index b2e0ec19de1fcccfe3ba8565778ad743bcd62acf..e62bcb3f7c0eb2ae3f3b682abc0e7100e5e712f0 100644 (file)
@@ -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)