aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/insdel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/insdel.c b/src/insdel.c
index 274318288ee..dc8cd66ee06 100644
--- a/src/insdel.c
+++ b/src/insdel.c
@@ -773,7 +773,7 @@ count_size_as_multibyte (ptr, nbytes)
773 else 773 else
774 { 774 {
775 c = unibyte_char_to_multibyte (c); 775 c = unibyte_char_to_multibyte (c);
776 outgoing_nbytes += XINT (Fchar_bytes (make_number (c))); 776 outgoing_nbytes += CHAR_BYTES (c);
777 } 777 }
778 } 778 }
779 779