diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-01-20 11:42:50 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-01-20 11:42:50 -0500 |
commit | 8ae41cbce21d70919aa36f0cecdb7bc8cef02ce2 (patch) | |
tree | 073566fa298bf5ba7b1ddbebefcba49fb0ed5362 /lisp/dired-aux.el | |
parent | d3d8944e13bdb24f3e828467159bf0742ca66931 (diff) | |
download | emacs-8ae41cbce21d70919aa36f0cecdb7bc8cef02ce2.tar.gz |
* lisp/dired-aux.el (dired-hide-all): Make unused arg optional. Update md5sum.
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r-- | lisp/dired-aux.el | 2 |
1 files changed, 1 insertions, 1 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." (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." |