emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 102b643: ; * lisp/dired-aux.el (dired-shell-stuff-i


From: Eli Zaretskii
Subject: [Emacs-diffs] master 102b643: ; * lisp/dired-aux.el (dired-shell-stuff-it): Minor formatting change.
Date: Fri, 08 Apr 2016 14:10:26 +0000

branch: master
commit 102b643a00333ce70fbd7e1cee33de57fff40535
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * lisp/dired-aux.el (dired-shell-stuff-it): Minor formatting change.
---
 lisp/dired-aux.el |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index bbb5693..52d3f06 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -754,7 +754,9 @@ can be produced by `dired-get-marked-files', for example."
                     ;; the output of all the commands (Bug#23206).
                     ;; Add 'wait' to force those POSIX shells to wait until
                     ;; all commands finish.
-                    (or (and parallel-in-background (not (memq system-type 
'(ms-dos windows-nt))) "&wait")
+                    (or (and parallel-in-background
+                             (not (memq system-type '(ms-dos windows-nt)))
+                             "&wait")
                         "")))
            (t
             (let ((files (mapconcat 'shell-quote-argument



reply via email to

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