1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 15:00:45 -08:00

(char_quoted): Mixup byte/char pos.

This commit is contained in:
Stefan Monnier 2004-08-19 19:00:58 +00:00
parent 00267f94d1
commit 709a47ceff

View file

@ -292,7 +292,7 @@ char_quoted (charpos, bytepos)
DEC_BOTH (charpos, bytepos);
while (bytepos >= beg)
while (charpos >= beg)
{
int c;