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

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

[nongnu] elpa/bash-completion 10569a4625 232/313: Fix bash-completion-te


From: ELPA Syncer
Subject: [nongnu] elpa/bash-completion 10569a4625 232/313: Fix bash-completion-test-send.
Date: Sat, 3 Dec 2022 10:59:33 -0500 (EST)

branch: elpa/bash-completion
commit 10569a4625c75515899045b2d14daced3d4388a2
Author: Stephane Zermatten <szermatt@gmx.net>
Commit: Stephane Zermatten <szermatt@gmx.net>

    Fix bash-completion-test-send.
    
    The signature of accept-process-output in the test was incomplete.
---
 test/bash-completion-test.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/bash-completion-test.el b/test/bash-completion-test.el
index 9e88932669..ac2176d5d8 100644
--- a/test/bash-completion-test.el
+++ b/test/bash-completion-test.el
@@ -514,7 +514,7 @@ Return (const return-value new-buffer-content)"
                  (unless (equal "cmd\n" command)
                    (error "unexpected command: %s" command))))
               ((symbol-function 'accept-process-output)
-               (lambda (process timeout)
+               (lambda (process timeout &optional millisec just-this-one)
                  (unless (eq process 'process)
                    (error "unexpected process: %s" process))
                  (unless (= timeout 3.14)



reply via email to

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