mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-04 20:27:45 +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
|
;;;###autoload
|
||||||
(defun dired-mark-subdir-files ()
|
(defun dired-mark-subdir-files ()
|
||||||
"Mark all files except `.' and `..'."
|
"Mark all files except `.' and `..'."
|
||||||
(interactive "P")
|
(interactive)
|
||||||
(let ((p-min (dired-subdir-min)))
|
(let ((p-min (dired-subdir-min)))
|
||||||
(dired-mark-files-in-region p-min (dired-subdir-max))))
|
(dired-mark-files-in-region p-min (dired-subdir-max))))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user