Mercurial > emacs
changeset 106921:5b57ff7db62f
* lisp/dired-aux.el (dired-hide-all): Mark arg as ignored.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 20 Jan 2010 11:40:47 -0500 |
parents | 89b4f7566280 |
children | 6657954b1aa2 |
files | lisp/dired-aux.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired-aux.el Wed Jan 20 13:01:57 2010 +0900 +++ b/lisp/dired-aux.el Wed Jan 20 11:40:47 2010 -0500 @@ -2308,7 +2308,7 @@ (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."