aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorJoakim Verona2010-05-13 15:13:52 +0200
committerJoakim Verona2010-05-13 15:13:52 +0200
commitce07fa9adcea121b5515f98e161e257d1210c9b0 (patch)
treee1f4791841752bfc70d9daa3f5ddcb75ec2a8193 /src/coding.c
parent86fa4cb5094901384f680e2ba4d6424e53fa820c (diff)
parent38d93f03c75ddbf853fe9de5444ee2d4e01226a0 (diff)
downloademacs-ce07fa9adcea121b5515f98e161e257d1210c9b0.tar.gz
emacs-ce07fa9adcea121b5515f98e161e257d1210c9b0.zip
merge and fixes
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;