diff options
| author | Kenichi Handa | 2013-05-22 23:53:21 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2013-05-22 23:53:21 +0900 |
| commit | e6d2f1553635a746396f2f4261dde31e03e0fdd1 (patch) | |
| tree | 00882ebfc0d82b37593f64bee4aee51c49b5f19b /src/coding.h | |
| parent | 59c886717271b57d661027685d203a3dd5cfafa7 (diff) | |
| download | emacs-e6d2f1553635a746396f2f4261dde31e03e0fdd1.tar.gz emacs-e6d2f1553635a746396f2f4261dde31e03e0fdd1.zip | |
Fix the setting of buffer-file-coding-system on, for instance, C-x RET c unix RET _FILE_OF_DOS_EOL_TYPE_ RET.
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h index d40209be68f..d13fd42fe4f 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -444,6 +444,8 @@ struct coding_system | |||
| 444 | the eol format. */ | 444 | the eol format. */ |
| 445 | ptrdiff_t head_ascii; | 445 | ptrdiff_t head_ascii; |
| 446 | 446 | ||
| 447 | ptrdiff_t detected_utf8_chars; | ||
| 448 | |||
| 447 | /* Used internally in coding.c. See the comment of detect_ascii. */ | 449 | /* Used internally in coding.c. See the comment of detect_ascii. */ |
| 448 | int eol_seen; | 450 | int eol_seen; |
| 449 | 451 | ||