> When Emacs writes out an auto-save file, Emacs doesn't set its
> eol type explicitly. So CR/LF is selected for it on Windows.
Good catch.
>> setup_coding_system (Qemacs_mule, coding);
We could either use Qemacs_mule_unix here or change `emacs-mule' to always
use LF (after all, it's supposed to represent the internal encoding, so it's
typically used when you want to make sure you can save the buffer without
losing any information, so using anything else than LF is asking for
trouble).
Stefan
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug