# HG changeset patch # User Karl Heuer # Date 768275779 0 # Node ID d635aebf8036c07fdafebcf1b20a323422956ed0 # Parent 8b71746369ed2a713ad60d86382038fd702341e9 (dired-mark-subdir-files): Don't pass any arguments interactively. diff -r 8b71746369ed -r d635aebf8036 lisp/dired-aux.el --- a/lisp/dired-aux.el Sat May 07 01:54:48 1994 +0000 +++ b/lisp/dired-aux.el Sat May 07 01:56:19 1994 +0000 @@ -1733,7 +1733,7 @@ ;;;###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))))