1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-10 09:43:26 -08:00

(dired-do-chxxx): Use -- as arg

so that the file name is never taken as an option.
This commit is contained in:
Richard M. Stallman 1996-12-31 04:49:28 +00:00
parent 882e61bf04
commit 63ba033ea1

View 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