Variable: load-read-function
load-read-function is a variable defined in lread.c.
Value
#[128 "\300\301\302#\207"
[apply edebug--read read nil]
5 nil]
Documentation
Function used by load and eval-region for reading expressions.
Called with a single argument (the stream from which to read).
The default is to use the function read.
Probably introduced at or before Emacs version 19.29.
Source Code
// Defined in /usr/src/emacs/src/lread.c
DEFVAR_LISP ("load-read-function", Vload_read_function,
doc: /* Function used by `load' and `eval-region' for reading expressions.
Called with a single argument (the stream from which to read).
The default is to use the function `read'. */);