mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 05:30:45 -08:00
(concat): Fix previous change.
This commit is contained in:
parent
258e329529
commit
6bdd75a54d
1 changed files with 1 additions and 1 deletions
|
|
@ -668,7 +668,7 @@ concat (nargs, args, target_type, last_special)
|
|||
if (some_multibyte
|
||||
&& toindex_byte > 0
|
||||
&& !ASCII_BYTE_P (XSTRING (val)->data[toindex_byte - 1])
|
||||
&& !CHAR_HEAD_P (XSTRING (this)->data[0] >= 0xA0))
|
||||
&& !CHAR_HEAD_P (XSTRING (this)->data[0]))
|
||||
maybe_combine_byte = 1;
|
||||
toindex_byte += thislen_byte;
|
||||
toindex += thisleni;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue