From 63ba033ea116e1867e36c9b087b2efb62080ef3c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 31 Dec 1996 04:49:28 +0000 Subject: [PATCH] (dired-do-chxxx): Use -- as arg so that the file name is never taken as an option. --- lisp/dired-aux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5