mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-26 19:18:50 +00:00
(dired-mark-subdir-files): Don't pass any arguments interactively.
This commit is contained in:
parent
90c50a024b
commit
96149b57e3
@ -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…
Reference in New Issue
Block a user