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 20accd77a20..5d2db83521e 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1748,7 +1748,7 @@ advance_to_char_boundary (byte_pos)
1748 c = FETCH_BYTE (byte_pos); 1748 c = FETCH_BYTE (byte_pos);
1749 if (! CHAR_HEAD_P (c)) 1749 if (! CHAR_HEAD_P (c))
1750 { 1750 {
1751 /* We should advance BYTE_POS only when C is a constituen of a 1751 /* We should advance BYTE_POS only when C is a constituent of a
1752 multibyte sequence. */ 1752 multibyte sequence. */
1753 DEC_POS (byte_pos); 1753 DEC_POS (byte_pos);
1754 INC_POS (byte_pos); 1754 INC_POS (byte_pos);