From 730fff51c69fc227ee75d73fcc2ffb0507638804 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sun, 5 Feb 2006 02:45:48 +0000 Subject: Cancel incorrect synching with HEAD. --- src/coding.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/coding.c') diff --git a/src/coding.c b/src/coding.c index f10a10e1e72..6ec0804353f 100644 --- a/src/coding.c +++ b/src/coding.c @@ -1039,7 +1039,7 @@ coding_alloc_by_making_gap (coding, bytes) make_gap (bytes); GAP_SIZE += add; ZV -= add; Z -= add; ZV_BYTE -= add; Z_BYTE -= add; } - else if (c >= 0x80) + else { Lisp_Object this_buffer; @@ -1308,8 +1308,6 @@ decode_coding_utf_8 (coding) *charbuf++ = ASCII_BYTE_P (c) ? c : BYTE8_TO_CHAR (c); coding->errors++; } - else - return 0; no_more_source: coding->consumed_char += consumed_chars_base; -- cgit v1.2.1