Changeset 4161 for trunk/lisp/dired.el
- Timestamp:
- 09/09/06 16:30:10 (2 years ago)
- Files:
-
- trunk/lisp/dired.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/dired.el
r4131 r4161 3044 3044 3045 3045 (defun dired-log-summary (string failures) 3046 "State a summary of a command's failures, in echo area and log buffer. 3047 STRING is an overall summary of the failures. 3048 FAILURES is a list of file names that we failed to operate on, 3049 or nil if file names are not applicable." 3046 3050 (if (= (length failures) 1) 3047 3051 (message "%s"
