emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99384: * lisp/dired-aux.el (dired-hide-all): Make unused arg optional. Update md5sum.
Date: Wed, 20 Jan 2010 11:42:50 -0500
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99384
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Wed 2010-01-20 11:42:50 -0500
message:
  * lisp/dired-aux.el (dired-hide-all): Make unused arg optional.  Update 
md5sum.
modified:
  lisp/dired-aux.el
  lisp/dired.el
=== modified file 'lisp/dired-aux.el'
--- a/lisp/dired-aux.el 2010-01-20 16:40:47 +0000
+++ b/lisp/dired-aux.el 2010-01-20 16:42:50 +0000
@@ -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."

=== modified file 'lisp/dired.el'
--- a/lisp/dired.el     2010-01-13 12:34:53 +0000
+++ b/lisp/dired.el     2010-01-20 16:42:50 +0000
@@ -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.


reply via email to

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