Mercurial > emacs
changeset 29534:2bb2a1ef8e7e
(tar-copy): Supply MUSTBENEW arg to write-region.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 09 Jun 2000 14:18:37 +0000 |
parents | 59fe91d3c0c6 |
children | 5ad8090f70cb |
files | lisp/tar-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/tar-mode.el Fri Jun 09 10:27:24 2000 +0000 +++ b/lisp/tar-mode.el Fri Jun 09 14:18:37 2000 +0000 @@ -834,7 +834,7 @@ (unwind-protect (let ((coding-system-for-write 'no-conversion)) (set-buffer-multibyte nil) - (write-region start end to-file)) + (write-region start end to-file nil nil nil t)) (set-buffer-multibyte multibyte))) (message "Copied tar entry %s to %s" name to-file)))