Variable: translation-hash-table-vector
translation-hash-table-vector is a variable defined in ccl.c.
Value
nil
Documentation
Vector containing all translation hash tables ever defined.
Comprises pairs (SYMBOL . TABLE) where SYMBOL and TABLE were set up by calls
to define-translation-hash-table. The vector is indexed by the table id
used by CCL.
Source Code
// Defined in /usr/src/emacs/src/ccl.c
DEFVAR_LISP ("translation-hash-table-vector", Vtranslation_hash_table_vector,
doc: /* Vector containing all translation hash tables ever defined.
Comprises pairs (SYMBOL . TABLE) where SYMBOL and TABLE were set up by calls
to `define-translation-hash-table'. The vector is indexed by the table id
used by CCL. */);