Variable: charset-map-path
charset-map-path is a customizable variable defined in charset.c.
Value
("/nix/store/g9awsiwsy0cqwj6a6hb6x6423d8fdbf1-emacs-snapshot/share/emacs/32.0.50/etc/charsets")
Documentation
List of directories to search for charset map files.
Source Code
// Defined in /usr/src/emacs/src/charset.c
DEFVAR_LISP ("charset-map-path", Vcharset_map_path,
doc: /* List of directories to search for charset map files. */);