1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-23 06:00:41 -08:00

Fix the setting of buffer-file-coding-system on, for instance, C-x RET c unix RET _FILE_OF_DOS_EOL_TYPE_ RET.

This commit is contained in:
Kenichi Handa 2013-05-22 23:53:21 +09:00
parent 59c8867172
commit e6d2f15536
3 changed files with 177 additions and 67 deletions

View file

@ -444,6 +444,8 @@ struct coding_system
the eol format. */
ptrdiff_t head_ascii;
ptrdiff_t detected_utf8_chars;
/* Used internally in coding.c. See the comment of detect_ascii. */
int eol_seen;