aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmds.c b/src/cmds.c
index 72cc26cb3ae..917c3d2c8f7 100644
--- a/src/cmds.c
+++ b/src/cmds.c
@@ -447,7 +447,7 @@ internal_self_insert (c, noautofill)
447 447
448 if (chars_to_delete) 448 if (chars_to_delete)
449 { 449 {
450 string = make_multibyte_string (str, 1, len); 450 string = make_string_from_bytes (str, 1, len);
451 if (spaces_to_insert) 451 if (spaces_to_insert)
452 { 452 {
453 tem = Fmake_string (make_number (spaces_to_insert), 453 tem = Fmake_string (make_number (spaces_to_insert),