]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/dired-aux.el (dired-hide-all): Mark arg as ignored.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 20 Jan 2010 16:40:47 +0000 (11:40 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 20 Jan 2010 16:40:47 +0000 (11:40 -0500)
lisp/dired-aux.el

index 7c53c3d946171bb989b2cccc2069a7fe18c276e5..e5c2c5f3cb1c0f9c93eaa03948d1d28eaee1cd6e 100644 (file)
@@ -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."