Don’t adjust CRLF in file names
commit83f0d60e498c9cab59e098af6d9c403631ad645c
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 20 Aug 2017 00:15:52 +0000 (19 17:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 20 Aug 2017 00:17:09 +0000 (19 17:17 -0700)
tree38c3968b19d8eb83dc8c0b7c446330bd43383a42
parent1c382c096b8b7d1fa995e6131b887d9128085c68
Don’t adjust CRLF in file names

* doc/misc/gnus.texi (Non-ASCII Group Names):
* etc/NEWS:
* test/lisp/net/tramp-tests.el (tramp--test-utf8):
Use utf-8-unix, not utf-8, for default-file-name-coding-system, so
that CRLF in file names is left alone.
* lisp/international/mule-cmds.el (set-default-coding-systems):
Do not alter CRLF in file name coding systems.
(prefer-coding-system): Ignore differences in CRLF processing when
checking whether we used the user-specified file name coding system.
* test/src/fileio-tests.el: New file.
doc/misc/gnus.texi
etc/NEWS
lisp/international/mule-cmds.el
test/lisp/net/tramp-tests.el
test/src/fileio-tests.el [new file with mode: 0644]