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:
parent
59c8867172
commit
e6d2f15536
3 changed files with 177 additions and 67 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue