Show
Ignore:
Timestamp:
09/09/06 16:30:10 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/dired.el

    r4131 r4161  
    30443044 
    30453045(defun dired-log-summary (string failures) 
     3046  "State a summary of a command's failures, in echo area and log buffer. 
     3047STRING is an overall summary of the failures. 
     3048FAILURES is a list of file names that we failed to operate on, 
     3049or nil if file names are not applicable." 
    30463050  (if (= (length failures) 1) 
    30473051      (message "%s"