aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 8edea2d8728..8657fd8cdff 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -2409,7 +2409,7 @@ current buffer is cleared. */)
2409 p++, pos++; 2409 p++, pos++;
2410 else if (CHAR_BYTE8_HEAD_P (*p)) 2410 else if (CHAR_BYTE8_HEAD_P (*p))
2411 { 2411 {
2412 c = STRING_CHAR_AND_LENGTH (p, stop - pos, bytes); 2412 c = STRING_CHAR_AND_LENGTH (p, bytes);
2413 /* Delete all bytes for this 8-bit character but the 2413 /* Delete all bytes for this 8-bit character but the
2414 last one, and change the last one to the charcter 2414 last one, and change the last one to the charcter
2415 code. */ 2415 code. */