diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c index 897538f3835..910fc8faa68 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -5458,8 +5458,8 @@ coding_restore_composition (coding, obj) | |||
| 5458 | for (j = 0; j < len; j++) | 5458 | for (j = 0; j < len; j++) |
| 5459 | args[j] = make_number (data[4 + j]); | 5459 | args[j] = make_number (data[4 + j]); |
| 5460 | components = (method == COMPOSITION_WITH_ALTCHARS | 5460 | components = (method == COMPOSITION_WITH_ALTCHARS |
| 5461 | ? Fstring (make_number (len), args) | 5461 | ? Fstring (len, args) |
| 5462 | : Fvector (make_number (len), args)); | 5462 | : Fvector (len, args)); |
| 5463 | } | 5463 | } |
| 5464 | compose_text (data[1], data[2], components, Qnil, obj); | 5464 | compose_text (data[1], data[2], components, Qnil, obj); |
| 5465 | } | 5465 | } |