diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -668,7 +668,7 @@ concat (nargs, args, target_type, last_special) | |||
| 668 | if (some_multibyte | 668 | if (some_multibyte |
| 669 | && toindex_byte > 0 | 669 | && toindex_byte > 0 |
| 670 | && !ASCII_BYTE_P (XSTRING (val)->data[toindex_byte - 1]) | 670 | && !ASCII_BYTE_P (XSTRING (val)->data[toindex_byte - 1]) |
| 671 | && !CHAR_HEAD_P (XSTRING (this)->data[0] >= 0xA0)) | 671 | && !CHAR_HEAD_P (XSTRING (this)->data[0])) |
| 672 | maybe_combine_byte = 1; | 672 | maybe_combine_byte = 1; |
| 673 | toindex_byte += thislen_byte; | 673 | toindex_byte += thislen_byte; |
| 674 | toindex += thisleni; | 674 | toindex += thisleni; |