Mercurial > emacs
comparison src/coding.c @ 53087:858cdfcb7635
(coding_restore_composition): Lisp_Object/int mixup.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Mon, 17 Nov 2003 23:23:15 +0000 |
| parents | 36796e056954 |
| children | 82690620d562 |
comparison
equal
deleted
inserted
replaced
| 53086:dcef1d5a5ddb | 53087:858cdfcb7635 |
|---|---|
| 5456 && len % 2 == 0) | 5456 && len % 2 == 0) |
| 5457 len --; | 5457 len --; |
| 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 } |
| 5466 cmp_data = cmp_data->next; | 5466 cmp_data = cmp_data->next; |
| 5467 } | 5467 } |
