projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4cf170
)
* lisp/dired-aux.el (dired-hide-all): Mark arg as ignored.
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 20 Jan 2010 16:40:47 +0000
(11:40 -0500)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 20 Jan 2010 16:40:47 +0000
(11:40 -0500)
lisp/dired-aux.el
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index 7c53c3d946171bb989b2cccc2069a7fe18c276e5..e5c2c5f3cb1c0f9c93eaa03948d1d28eaee1cd6e 100644
(file)
--- 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 (
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."