# HG changeset patch # User Richard M. Stallman # Date 852007768 0 # Node ID 16f064c6c276aa3b0a02ee6ffb26ab279f31155f # Parent 3663fc0c203639d1c2fd0fe216ffd0232d2ae6d8 (dired-do-chxxx): Use -- as arg so that the file name is never taken as an option. diff -r 3663fc0c2036 -r 16f064c6c276 lisp/dired-aux.el --- a/lisp/dired-aux.el Mon Dec 30 20:44:24 1996 +0000 +++ b/lisp/dired-aux.el Tue Dec 31 04:49:28 1996 +0000 @@ -98,7 +98,7 @@ (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