diff options
Diffstat (limited to 'src/composite.c')
| -rw-r--r-- | src/composite.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/composite.c b/src/composite.c index ec2b8328f78..984e0d9cda8 100644 --- a/src/composite.c +++ b/src/composite.c | |||
| @@ -1258,7 +1258,7 @@ composition_reseat_it (struct composition_it *cmp_it, ptrdiff_t charpos, | |||
| 1258 | is backward in the buffer, which can only happen if the | 1258 | is backward in the buffer, which can only happen if the |
| 1259 | display routines were called to perform the bidi | 1259 | display routines were called to perform the bidi |
| 1260 | reordering. But it doesn't harm to test for that, and | 1260 | reordering. But it doesn't harm to test for that, and |
| 1261 | avoid someon raising their brows and thinking it's a | 1261 | avoid someone raising their brows and thinking it's a |
| 1262 | subtle bug... */ | 1262 | subtle bug... */ |
| 1263 | if (bidi_level < 0) | 1263 | if (bidi_level < 0) |
| 1264 | direction = Qnil; | 1264 | direction = Qnil; |
| @@ -1939,7 +1939,7 @@ syms_of_composite (void) | |||
| 1939 | staticpro (&gstring_hash_table); | 1939 | staticpro (&gstring_hash_table); |
| 1940 | 1940 | ||
| 1941 | staticpro (&gstring_work_headers); | 1941 | staticpro (&gstring_work_headers); |
| 1942 | gstring_work_headers = make_uninit_vector (8); | 1942 | gstring_work_headers = make_nil_vector (8); |
| 1943 | for (i = 0; i < 8; i++) | 1943 | for (i = 0; i < 8; i++) |
| 1944 | ASET (gstring_work_headers, i, make_nil_vector (i + 2)); | 1944 | ASET (gstring_work_headers, i, make_nil_vector (i + 2)); |
| 1945 | staticpro (&gstring_work); | 1945 | staticpro (&gstring_work); |