Mercurial > emacs
changeset 16791:16f064c6c276
(dired-do-chxxx): Use -- as arg
so that the file name is never taken as an option.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 31 Dec 1996 04:49:28 +0000 |
parents | 3663fc0c2036 |
children | 8ae41d9d350d |
files | lisp/dired-aux.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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