emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99383: * lisp/dired-aux.el (dired-hi


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99383: * lisp/dired-aux.el (dired-hide-all): Mark arg as ignored.
Date: Wed, 20 Jan 2010 11:40:47 -0500
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99383
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Wed 2010-01-20 11:40:47 -0500
message:
  * lisp/dired-aux.el (dired-hide-all): Mark arg as ignored.
modified:
  lisp/dired-aux.el
=== modified file 'lisp/dired-aux.el'
--- a/lisp/dired-aux.el 2010-01-13 08:35:10 +0000
+++ b/lisp/dired-aux.el 2010-01-20 16:40:47 +0000
@@ -2308,7 +2308,7 @@
     (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."


reply via email to

[Prev in Thread] Current Thread [Next in Thread]