diff options
Diffstat (limited to 'src/fns.c')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -898,7 +898,7 @@ string_to_multibyte (Lisp_Object string) | |||
| 898 | if (STRING_MULTIBYTE (string)) | 898 | if (STRING_MULTIBYTE (string)) |
| 899 | return string; | 899 | return string; |
| 900 | 900 | ||
| 901 | nbytes = parse_str_to_multibyte (SDATA (string), SBYTES (string)); | 901 | nbytes = count_size_as_multibyte (SDATA (string), SBYTES (string)); |
| 902 | /* If all the chars are ASCII, they won't need any more bytes once | 902 | /* If all the chars are ASCII, they won't need any more bytes once |
| 903 | converted. */ | 903 | converted. */ |
| 904 | if (nbytes == SBYTES (string)) | 904 | if (nbytes == SBYTES (string)) |