aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2010-01-20 11:42:50 -0500
committerChong Yidong2010-01-20 11:42:50 -0500
commit8ae41cbce21d70919aa36f0cecdb7bc8cef02ce2 (patch)
tree073566fa298bf5ba7b1ddbebefcba49fb0ed5362
parentd3d8944e13bdb24f3e828467159bf0742ca66931 (diff)
downloademacs-8ae41cbce21d70919aa36f0cecdb7bc8cef02ce2.tar.gz
emacs-8ae41cbce21d70919aa36f0cecdb7bc8cef02ce2.zip
* lisp/dired-aux.el (dired-hide-all): Make unused arg optional. Update md5sum.
-rw-r--r--lisp/dired-aux.el2
-rw-r--r--lisp/dired.el4
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index e5c2c5f3cb1..62d6928c024 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -2308,7 +2308,7 @@ Use \\[dired-hide-all] to (un)hide all directories."
2308 (restore-buffer-modified-p modflag))) 2308 (restore-buffer-modified-p modflag)))
2309 2309
2310;;;###autoload 2310;;;###autoload
2311(defun dired-hide-all (ignored) 2311(defun dired-hide-all (&optional ignored)
2312 "Hide all subdirectories, leaving only their header lines. 2312 "Hide all subdirectories, leaving only their header lines.
2313If there is already something hidden, make everything visible again. 2313If there is already something hidden, make everything visible again.
2314Use \\[dired-hide-subdir] to (un)hide a particular subdirectory." 2314Use \\[dired-hide-subdir] to (un)hide a particular subdirectory."
diff --git a/lisp/dired.el b/lisp/dired.el
index d4bf1d019a0..1fc90c308b1 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -3517,7 +3517,7 @@ Ask means pop up a menu for the user to select one of copy, move or link."
3517;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command 3517;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command
3518;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown 3518;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown
3519;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff 3519;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff
3520;;;;;; dired-diff) "dired-aux" "dired-aux.el" "557aca1f6e86b39f1c7612ee123d5354") 3520;;;;;; dired-diff) "dired-aux" "dired-aux.el" "07676ea25af17f5d50cc5db4f53bddc0")
3521;;; Generated autoloads from dired-aux.el 3521;;; Generated autoloads from dired-aux.el
3522 3522
3523(autoload 'dired-diff "dired-aux" "\ 3523(autoload 'dired-diff "dired-aux" "\
@@ -3917,7 +3917,7 @@ Hide all subdirectories, leaving only their header lines.
3917If there is already something hidden, make everything visible again. 3917If there is already something hidden, make everything visible again.
3918Use \\[dired-hide-subdir] to (un)hide a particular subdirectory. 3918Use \\[dired-hide-subdir] to (un)hide a particular subdirectory.
3919 3919
3920\(fn ARG)" t nil) 3920\(fn &optional IGNORED)" t nil)
3921 3921
3922(autoload 'dired-isearch-filenames-setup "dired-aux" "\ 3922(autoload 'dired-isearch-filenames-setup "dired-aux" "\
3923Set up isearch to search in Dired file names. 3923Set up isearch to search in Dired file names.