Mercurial > emacs
changeset 106922:6657954b1aa2
* lisp/dired-aux.el (dired-hide-all): Make unused arg optional. Update md5sum.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 20 Jan 2010 11:42:50 -0500 |
parents | 5b57ff7db62f |
children | 200d1ac9090a |
files | lisp/dired-aux.el lisp/dired.el |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired-aux.el Wed Jan 20 11:40:47 2010 -0500 +++ b/lisp/dired-aux.el Wed Jan 20 11:42:50 2010 -0500 @@ -2308,7 +2308,7 @@ (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."
--- a/lisp/dired.el Wed Jan 20 11:40:47 2010 -0500 +++ b/lisp/dired.el Wed Jan 20 11:42:50 2010 -0500 @@ -3517,7 +3517,7 @@ ;;;;;; 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 @@ 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.