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

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

[nongnu] elpa/bash-completion 0f6466eeb4 197/313: Tell minibuffer not to


From: ELPA Syncer
Subject: [nongnu] elpa/bash-completion 0f6466eeb4 197/313: Tell minibuffer not to delay after displaying a message while
Date: Sat, 3 Dec 2022 10:59:30 -0500 (EST)

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

    Tell minibuffer not to delay after displaying a message while
    running the integration tests.
---
 test/bash-completion-integration-test.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/bash-completion-integration-test.el 
b/test/bash-completion-integration-test.el
index 26f7029836..6f36ec1b1d 100644
--- a/test/bash-completion-integration-test.el
+++ b/test/bash-completion-integration-test.el
@@ -44,6 +44,7 @@
                     "--noprofile"
                     "--rcfile" (expand-file-name "bashrc" test-env-dir)))
              (kill-buffer-query-functions '())
+             (minibuffer-message-timeout 0)
              (default-directory test-env-dir))
          ;; Give Emacs time to process any input or process state
          ;; change from bash-completion-reset.



reply via email to

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