(dired-mark-subdir-files): Don't pass any arguments interactively.
This commit is contained in:
parent
90c50a024b
commit
96149b57e3
1 changed files with 1 additions and 1 deletions
|
@ -1733,7 +1733,7 @@ The next char is either \\n, or \\r if DIR is hidden."
|
|||
;;;###autoload
|
||||
(defun dired-mark-subdir-files ()
|
||||
"Mark all files except `.' and `..'."
|
||||
(interactive "P")
|
||||
(interactive)
|
||||
(let ((p-min (dired-subdir-min)))
|
||||
(dired-mark-files-in-region p-min (dired-subdir-max))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue