Mercurial > emacs
changeset 90292:697c08d95af7
Cancel incorrect synching with HEAD.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 05 Feb 2006 02:45:48 +0000 |
parents | d6f8fe3307c8 |
children | 275e0a144c1d |
files | src/coding.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.c Sat Feb 04 01:01:38 2006 +0000 +++ b/src/coding.c Sun Feb 05 02:45:48 2006 +0000 @@ -1039,7 +1039,7 @@ 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 @@ *charbuf++ = ASCII_BYTE_P (c) ? c : BYTE8_TO_CHAR (c); coding->errors++; } - else - return 0; no_more_source: coding->consumed_char += consumed_chars_base;