comparison lisp/ChangeLog @ 109331:0c54c271bb98

Fix bug #4451. vc.el (vc-coding-system-inherit-eol): New defvar. (vc-coding-system-for-diff): Use it to decide whether to inherit from the file the EOL format for reading the diffs of that file.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 16 Jul 2010 13:17:13 +0300
parents d03ee75f7be2
children a13166a76062 051595eb9b58
comparison
equal deleted inserted replaced
109330:d03ee75f7be2 109331:0c54c271bb98
1 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * vc.el (vc-coding-system-inherit-eol): New defvar.
4 (vc-coding-system-for-diff): Use it to decide whether to inherit
5 from the file the EOL format for reading the diffs of that file.
6 (Bug#4451)
7
1 2010-07-16 Eli Zaretskii <eliz@gnu.org> 8 2010-07-16 Eli Zaretskii <eliz@gnu.org>
2 9
3 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer 10 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
4 unibyte, so compressed attachments are not compressed again. 11 unibyte, so compressed attachments are not compressed again.
5 12