diff options
| -rw-r--r-- | lisp/dired-aux.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 69ea15922c4..c8e37ea340a 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el | |||
| @@ -98,7 +98,7 @@ With prefix arg, prompt for argument SWITCHES which is options for `diff'." | |||
| 98 | (setq failures | 98 | (setq failures |
| 99 | (dired-bunch-files 10000 | 99 | (dired-bunch-files 10000 |
| 100 | (function dired-check-process) | 100 | (function dired-check-process) |
| 101 | (list operation program new-attribute) | 101 | (list operation program new-attribute "--") |
| 102 | files)) | 102 | files)) |
| 103 | (dired-do-redisplay arg);; moves point if ARG is an integer | 103 | (dired-do-redisplay arg);; moves point if ARG is an integer |
| 104 | (if failures | 104 | (if failures |