# HG changeset patch # User Gerd Moellmann # Date 1000386317 0 # Node ID b0b2129866f6cfe03c49c0e23d71ee8eae20a515 # Parent 4ce8031d94f1d4d5689bd4b669aa02ca4ac8801d (reseat_1): Set IT's multibyte_p flag according to the current buffer's multibyteness when discarding the iterator's stack. diff -r 4ce8031d94f1 -r b0b2129866f6 src/xdisp.c --- a/src/xdisp.c Thu Sep 13 12:56:36 2001 +0000 +++ b/src/xdisp.c Thu Sep 13 13:05:17 2001 +0000 @@ -4039,6 +4039,7 @@ IT_STRING_BYTEPOS (*it) = -1; it->string = Qnil; it->method = next_element_from_buffer; + it->multibyte_p = !NILP (current_buffer->enable_multibyte_characters); it->sp = 0; it->face_before_selective_p = 0;