Changeset 4091 for trunk/lisp/files.el
- Timestamp:
- 05/27/06 10:35:24 (2 years ago)
- Files:
-
- trunk/lisp/files.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/files.el
r4085 r4091 2995 2995 (delete-file to-name) 2996 2996 (file-error nil)) 2997 (copy-file from-name to-name t t 'excl)2997 (copy-file from-name to-name nil t) 2998 2998 nil) 2999 2999 (file-already-exists t))
