From: Richard M. Stallman Date: Tue, 31 Dec 1996 04:49:28 +0000 (+0000) Subject: (dired-do-chxxx): Use -- as arg X-Git-Tag: emacs-20.1~3153 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=63ba033ea116e1867e36c9b087b2efb62080ef3c;p=emacs.git (dired-do-chxxx): Use -- as arg so that the file name is never taken as an option. --- 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