(dired-mark-subdir-files): Don't pass any arguments interactively.
authorKarl Heuer <kwzh@gnu.org>
Sat, 7 May 1994 01:56:19 +0000 (01:56 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 7 May 1994 01:56:19 +0000 (01:56 +0000)
lisp/dired-aux.el

index 71f9c69..89ce64a 100644 (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))))