Variable: charset-revision-table
charset-revision-table is a variable defined in coding.c.
Value
nil
Documentation
Alist of charsets vs revision numbers.
While encoding, if a charset (car part of an element) is found, designate it with the escape sequence identifying revision (cdr part of the element).
Source Code
// Defined in /usr/src/emacs/src/coding.c
DEFVAR_LISP ("charset-revision-table", Vcharset_revision_table,
doc: /* Alist of charsets vs revision numbers.
While encoding, if a charset (car part of an element) is found,
designate it with the escape sequence identifying revision (cdr part
of the element). */);