From e6d2f1553635a746396f2f4261dde31e03e0fdd1 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 22 May 2013 23:53:21 +0900 Subject: Fix the setting of buffer-file-coding-system on, for instance, C-x RET c unix RET _FILE_OF_DOS_EOL_TYPE_ RET. --- src/coding.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/coding.h') 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 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; -- cgit v1.2.1