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

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

[nongnu] elpa/bash-completion 5501cb63cf 042/313: Turn off mail warning


From: ELPA Syncer
Subject: [nongnu] elpa/bash-completion 5501cb63cf 042/313: Turn off mail warning
Date: Sat, 3 Dec 2022 10:59:14 -0500 (EST)

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

    Turn off mail warning
---
 bash-completion.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bash-completion.el b/bash-completion.el
index 35d0fcaa69..cdc46491d8 100644
--- a/bash-completion.el
+++ b/bash-completion.el
@@ -262,7 +262,7 @@ The result is a list of candidates, which might be empty."
                   "*bash-completion*"
                   (generate-new-buffer-name " bash-completion")
                   bash-completion-prog
-                  "--noediting"))
+                  "--noediting" "+O" "mailwarn"))
            (set-process-query-on-exit-flag process nil)
            (let* ((shell-name (file-name-nondirectory bash-completion-prog))
                   (startfile1 (concat "~/.emacs_" shell-name ".sh"))



reply via email to

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