1
0
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:
Karl Heuer 1994-05-07 01:56:19 +00:00
parent 90c50a024b
commit 96149b57e3

View File

@ -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))))