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:
parent
882e61bf04
commit
63ba033ea1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue