(coding_restore_composition): Lisp_Object/int mixup.
This commit is contained in:
parent
b5d9eb343e
commit
316d4bf9e2
1 changed files with 2 additions and 2 deletions
|
@ -5458,8 +5458,8 @@ coding_restore_composition (coding, obj)
|
|||
for (j = 0; j < len; j++)
|
||||
args[j] = make_number (data[4 + j]);
|
||||
components = (method == COMPOSITION_WITH_ALTCHARS
|
||||
? Fstring (make_number (len), args)
|
||||
: Fvector (make_number (len), args));
|
||||
? Fstring (len, args)
|
||||
: Fvector (len, args));
|
||||
}
|
||||
compose_text (data[1], data[2], components, Qnil, obj);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue