aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorKenichi Handa2010-04-20 16:26:02 +0900
committerKenichi Handa2010-04-20 16:26:02 +0900
commit1f2f0b2818b884e44db792729a92ccff2f766a26 (patch)
tree7b547b9a0a586d1dc76884ecbb1dcdd29415f740 /src/coding.c
parentc0be27fda00b238ea82e43a8590a96c3a9ae9023 (diff)
parentce5b453a449e4e7729abb5128114e2687f08360d (diff)
downloademacs-1f2f0b2818b884e44db792729a92ccff2f766a26.tar.gz
emacs-1f2f0b2818b884e44db792729a92ccff2f766a26.zip
merge trunk
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index bdc37cb7c53..6435fa1ddb1 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -6408,7 +6408,7 @@ detect_coding (coding)
6408 { 6408 {
6409 /* We didn't find an 8-bit code. We may 6409 /* We didn't find an 8-bit code. We may
6410 have found a null-byte, but it's very 6410 have found a null-byte, but it's very
6411 rare that a binary file confirm to 6411 rare that a binary file conforms to
6412 ISO-2022. */ 6412 ISO-2022. */
6413 src = src_end; 6413 src = src_end;
6414 coding->head_ascii = src - coding->source; 6414 coding->head_ascii = src - coding->source;