]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-do-chxxx): Use -- as arg
authorRichard M. Stallman <rms@gnu.org>
Tue, 31 Dec 1996 04:49:28 +0000 (04:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 31 Dec 1996 04:49:28 +0000 (04:49 +0000)
so that the file name is never taken as an option.

lisp/dired-aux.el

index 69ea15922c47813a347943b42746b82b50b7e3c7..c8e37ea340ab0ddfa393301e43db5508e592bc18 100644 (file)
@@ -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