diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 38e41e7a99e..efe4a7c34a1 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -7125,7 +7125,7 @@ handle_composition_annotation (EMACS_INT pos, EMACS_INT limit, | |||
| 7125 | components = COMPOSITION_COMPONENTS (prop); | 7125 | components = COMPOSITION_COMPONENTS (prop); |
| 7126 | if (VECTORP (components)) | 7126 | if (VECTORP (components)) |
| 7127 | { | 7127 | { |
| 7128 | len = XVECTOR (components)->size; | 7128 | len = XVECTOR_SIZE (components); |
| 7129 | for (i = 0; i < len; i++) | 7129 | for (i = 0; i < len; i++) |
| 7130 | *buf++ = XINT (AREF (components, i)); | 7130 | *buf++ = XINT (AREF (components, i)); |
| 7131 | } | 7131 | } |