diff options
Diffstat (limited to 'src/dispextern.h')
-rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index eb71a82311c..e030618a9b7 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2215,7 +2215,7 @@ struct composition_it the automatic composition. Provided that ELT is an element of Vcomposition_function_table for CH, (nth ELT RULE_IDX) is the rule for the composition. */ - int rule_idx; + EMACS_INT rule_idx; /* If this is an automatic composition, how many characters to look back from the position where a character triggering the composition exists. */ |