* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
ignored second argument. All callers changed. * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR) (RE_STRING_CHAR_AND_LENGTH): Likewise. * xdisp.c (string_char_and_length): Likewise.
This commit is contained in:
@@ -2409,7 +2409,7 @@ current buffer is cleared. */)
|
||||
p++, pos++;
|
||||
else if (CHAR_BYTE8_HEAD_P (*p))
|
||||
{
|
||||
c = STRING_CHAR_AND_LENGTH (p, stop - pos, bytes);
|
||||
c = STRING_CHAR_AND_LENGTH (p, bytes);
|
||||
/* Delete all bytes for this 8-bit character but the
|
||||
last one, and change the last one to the charcter
|
||||
code. */
|
||||
|
||||
Reference in New Issue
Block a user