From 102b643a00333ce70fbd7e1cee33de57fff40535 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 8 Apr 2016 17:09:35 +0300 Subject: [PATCH] ; * lisp/dired-aux.el (dired-shell-stuff-it): Minor formatting change. --- lisp/dired-aux.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index bbb5693aa37..52d3f061ec7 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 -- 2.39.2