]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/dired-aux.el (dired-hide-all): Make unused arg optional. Update md5sum.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 20 Jan 2010 16:42:50 +0000 (11:42 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 20 Jan 2010 16:42:50 +0000 (11:42 -0500)
lisp/dired-aux.el
lisp/dired.el

index e5c2c5f3cb1c0f9c93eaa03948d1d28eaee1cd6e..62d6928c024594a08501eaa8adde838d5137c442 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 (ignored)
+(defun dired-hide-all (&optional 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."
index d4bf1d019a019c0b115e81d72eedcccb5ec153ea..1fc90c308b168eee1099617eeb739112caf92dfc 100644 (file)
@@ -3517,7 +3517,7 @@ Ask means pop up a menu for the user to select one of copy, move or link."
 ;;;;;;  dired-run-shell-command dired-do-shell-command dired-do-async-shell-command
 ;;;;;;  dired-clean-directory dired-do-print dired-do-touch dired-do-chown
 ;;;;;;  dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff
-;;;;;;  dired-diff) "dired-aux" "dired-aux.el" "557aca1f6e86b39f1c7612ee123d5354")
+;;;;;;  dired-diff) "dired-aux" "dired-aux.el" "07676ea25af17f5d50cc5db4f53bddc0")
 ;;; Generated autoloads from dired-aux.el
 
 (autoload 'dired-diff "dired-aux" "\
@@ -3917,7 +3917,7 @@ 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.
 
-\(fn ARG)" t nil)
+\(fn &optional IGNORED)" t nil)
 
 (autoload 'dired-isearch-filenames-setup "dired-aux" "\
 Set up isearch to search in Dired file names.