diff options
| author | Richard M. Stallman | 1996-12-31 04:49:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-12-31 04:49:28 +0000 |
| commit | 63ba033ea116e1867e36c9b087b2efb62080ef3c (patch) | |
| tree | 39296b91c44925b83fa7a1487f0773c1ec1632ee | |
| parent | 882e61bf0448925ba174cec8eb296904b77ff45d (diff) | |
| download | emacs-63ba033ea116e1867e36c9b087b2efb62080ef3c.tar.gz emacs-63ba033ea116e1867e36c9b087b2efb62080ef3c.zip | |
(dired-do-chxxx): Use -- as arg
so that the file name is never taken as an option.
| -rw-r--r-- | lisp/dired-aux.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 69ea15922c4..c8e37ea340a 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el | |||
| @@ -98,7 +98,7 @@ With prefix arg, prompt for argument SWITCHES which is options for `diff'." | |||
| 98 | (setq failures | 98 | (setq failures |
| 99 | (dired-bunch-files 10000 | 99 | (dired-bunch-files 10000 |
| 100 | (function dired-check-process) | 100 | (function dired-check-process) |
| 101 | (list operation program new-attribute) | 101 | (list operation program new-attribute "--") |
| 102 | files)) | 102 | files)) |
| 103 | (dired-do-redisplay arg);; moves point if ARG is an integer | 103 | (dired-do-redisplay arg);; moves point if ARG is an integer |
| 104 | (if failures | 104 | (if failures |