summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-05-07 01:56:19 +0000
committerKarl Heuer <kwzh@gnu.org>1994-05-07 01:56:19 +0000
commit040c3861ed99f1969d1b7c60de83ebd5c8a28f4e (patch)
tree2a671aeaaa925ba1fe2cc2ea16e4c7d437b0a144
parentdc7491fac827dc8f7e7a2a9823468d0442f40f8c (diff)
downloademacs-040c3861ed99f1969d1b7c60de83ebd5c8a28f4e.tar.gz
(dired-mark-subdir-files): Don't pass any arguments interactively.
-rw-r--r--lisp/dired-aux.el2
1 files changed, 1 insertions, 1 deletions
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))))