summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-12-31 04:49:28 +0000
committerRichard M. Stallman <rms@gnu.org>1996-12-31 04:49:28 +0000
commiteed9d0b6ae79b82694c5198633507909d9bb874b (patch)
tree4397096d93b161dcdb55f9c72416492786826026
parentcad07598275bd490e19b8311d6e757ee20d273c1 (diff)
downloademacs-eed9d0b6ae79b82694c5198633507909d9bb874b.tar.gz
(dired-do-chxxx): Use -- as arg
so that the file name is never taken as an option.
-rw-r--r--lisp/dired-aux.el2
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'."
(setq failures
(dired-bunch-files 10000
(function dired-check-process)
- (list operation program new-attribute)
+ (list operation program new-attribute "--")
files))
(dired-do-redisplay arg);; moves point if ARG is an integer
(if failures