diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ccl.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -873,7 +873,7 @@ static struct ccl_prog_stack ccl_prog_stack_struct[256]; | |||
| 873 | static inline Lisp_Object | 873 | static inline Lisp_Object |
| 874 | GET_TRANSLATION_TABLE (int id) | 874 | GET_TRANSLATION_TABLE (int id) |
| 875 | { | 875 | { |
| 876 | return XCDR (XVECTOR (Vtranslation_table_vector)->contents[id]); | 876 | return XCDR (AREF (Vtranslation_table_vector, id)); |
| 877 | } | 877 | } |
| 878 | 878 | ||
| 879 | void | 879 | void |