From: Chong Yidong Date: Wed, 20 Jan 2010 16:40:47 +0000 (-0500) Subject: * lisp/dired-aux.el (dired-hide-all): Mark arg as ignored. X-Git-Tag: emacs-pretest-23.1.92~30^2~3^2~30 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d3d8944e13bdb24f3e828467159bf0742ca66931;p=emacs.git * lisp/dired-aux.el (dired-hide-all): Mark arg as ignored. --- diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 7c53c3d9461..e5c2c5f3cb1 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -2308,7 +2308,7 @@ Use \\[dired-hide-all] to (un)hide all directories." (restore-buffer-modified-p modflag))) ;;;###autoload -(defun dired-hide-all (arg) +(defun dired-hide-all (ignored) "Hide all subdirectories, leaving only their header lines. If there is already something hidden, make everything visible again. Use \\[dired-hide-subdir] to (un)hide a particular subdirectory."