Variable: load-convert-to-unibyte
load-convert-to-unibyte is a variable defined in lread.c.
Value
nil
Documentation
Non-nil means read converts strings to unibyte whenever possible.
This is normally bound by load and eval-buffer to control read,
and is not meant for users to change.
Source Code
// Defined in /usr/src/emacs/src/lread.c
DEFVAR_BOOL ("load-convert-to-unibyte", load_convert_to_unibyte,
doc: /* Non-nil means `read' converts strings to unibyte whenever possible.
This is normally bound by `load' and `eval-buffer' to control `read',
and is not meant for users to change. */);