1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

(ediff-make-temp-file): Unconditionally bind coding-system-for-write

to ediff-coding-system-for-write.
This commit is contained in:
Eli Zaretskii 2008-10-19 08:25:25 +00:00
parent 595072327a
commit f9fc24a60e

View File

@ -3146,11 +3146,7 @@ Hit \\[ediff-recenter] to reset the windows afterward."
(defun ediff-make-temp-file (buff &optional prefix given-file start end)
(let* ((p (ediff-convert-standard-filename (or prefix "ediff")))
(short-p p)
(coding-system-for-write
(ediff-with-current-buffer buff
(if (boundp 'buffer-file-coding-system)
buffer-file-coding-system
ediff-coding-system-for-write)))
(coding-system-for-write ediff-coding-system-for-write)
f short-f)
(if (and (fboundp 'msdos-long-file-names)
(not (msdos-long-file-names))