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

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

[nongnu] elpa/bash-completion ffe0640440 212/313: Cosmetic changes


From: ELPA Syncer
Subject: [nongnu] elpa/bash-completion ffe0640440 212/313: Cosmetic changes
Date: Sat, 3 Dec 2022 10:59:31 -0500 (EST)

branch: elpa/bash-completion
commit ffe0640440e1a07887f7398674423e412b2b4136
Author: montag451 <montag451@laposte.net>
Commit: montag451 <montag451@laposte.net>

    Cosmetic changes
---
 bash-completion.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bash-completion.el b/bash-completion.el
index 339c6d41f4..f0509058d6 100644
--- a/bash-completion.el
+++ b/bash-completion.el
@@ -1371,7 +1371,7 @@ Return the status code of the command, as a number."
       (funcall send-string process
                (concat
                 commandline
-                (when (not bash-completion-use-separate-processes)
+                (unless bash-completion-use-separate-processes
                   "; echo -e \"\v$?\"; history -d $((HISTCMD - 1))")
                 "\n"))
       (unless (bash-completion--wait-for-prompt process prompt-regexp timeout)
@@ -1379,7 +1379,7 @@ Return the status code of the command, as a number."
                 "Timeout while waiting for an answer from "
                 "bash-completion process.\nProcess output: <<<EOF\n%sEOF")
                (buffer-string)))
-      (when (not bash-completion-use-separate-processes)
+      (unless bash-completion-use-separate-processes
         (search-backward "\v"))
       (let ((status-code (string-to-number
                           (buffer-substring-no-properties



reply via email to

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