Variable: charset-map-path

charset-map-path is a customizable variable defined in charset.c.

Value

("/nix/store/sszxjnwzazz01486dqxi6cpi1wxyg88v-emacs-28-2/share/emacs/28.2/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.  */);