# HG changeset patch # User Ken Raeburn # Date 937074957 0 # Node ID 2e3ab6dece24c72a883aace736073addf882b1d5 # Parent ebc88533212e8b37640e6b513fe062b35edcd755 (GET_TRANSLATION_TABLE): Use XCDR. diff -r ebc88533212e -r 2e3ab6dece24 src/charset.h --- a/src/charset.h Sat Sep 11 04:46:31 1999 +0000 +++ b/src/charset.h Sat Sep 11 18:35:57 1999 +0000 @@ -884,7 +884,7 @@ /* Return a translation table of id number ID. */ #define GET_TRANSLATION_TABLE(id) \ - (XCONS(XVECTOR(Vtranslation_table_vector)->contents[(id)])->cdr) + (XCDR(XVECTOR(Vtranslation_table_vector)->contents[(id)])) /* A char-table for characters which may invoke auto-filling. */ extern Lisp_Object Vauto_fill_chars;