aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ccl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ccl.c b/src/ccl.c
index 1d3ad010382..b4dda404b95 100644
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -873,7 +873,7 @@ static struct ccl_prog_stack ccl_prog_stack_struct[256];
873static inline Lisp_Object 873static inline Lisp_Object
874GET_TRANSLATION_TABLE (int id) 874GET_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
879void 879void