* 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:
Andreas Schwab
2009-11-21 11:52:23 +00:00
parent c3b616a940
commit 62a6e103dd
23 changed files with 107 additions and 125 deletions

View File

@@ -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. */