From: Karl Heuer Date: Sat, 7 May 1994 01:56:19 +0000 (+0000) Subject: (dired-mark-subdir-files): Don't pass any arguments interactively. X-Git-Tag: emacs-19.34~8470 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=96149b57e36636696c7b519a02bee34f60f75059;p=emacs.git (dired-mark-subdir-files): Don't pass any arguments interactively. --- diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 71f9c695971..89ce64a7350 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -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))))