diff options
| author | Eli Zaretskii | 2016-04-08 17:09:35 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-04-08 17:09:35 +0300 |
| commit | 102b643a00333ce70fbd7e1cee33de57fff40535 (patch) | |
| tree | 1b453a6af76f8552df40c3bfa495b0db179253b0 | |
| parent | c4e6dd15244506bdf7b71559774979db0c7ea286 (diff) | |
| download | emacs-102b643a00333ce70fbd7e1cee33de57fff40535.tar.gz emacs-102b643a00333ce70fbd7e1cee33de57fff40535.zip | |
; * lisp/dired-aux.el (dired-shell-stuff-it): Minor formatting change.
| -rw-r--r-- | 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 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." | |||
| 754 | ;; the output of all the commands (Bug#23206). | 754 | ;; the output of all the commands (Bug#23206). |
| 755 | ;; Add 'wait' to force those POSIX shells to wait until | 755 | ;; Add 'wait' to force those POSIX shells to wait until |
| 756 | ;; all commands finish. | 756 | ;; all commands finish. |
| 757 | (or (and parallel-in-background (not (memq system-type '(ms-dos windows-nt))) "&wait") | 757 | (or (and parallel-in-background |
| 758 | (not (memq system-type '(ms-dos windows-nt))) | ||
| 759 | "&wait") | ||
| 758 | ""))) | 760 | ""))) |
| 759 | (t | 761 | (t |
| 760 | (let ((files (mapconcat 'shell-quote-argument | 762 | (let ((files (mapconcat 'shell-quote-argument |