2000-06-09 Dave Love <fx@gnu.org>
+ * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
+
* executable.el: Byte compile dynamic.
(executable-insert): Change custom type.
(executable-find): Add autoload cookie.
(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)))