Variable: load-read-function
load-read-function is a variable defined in lread.c.
Value
#[128 "\304\300\301#\207" [edebug--read read :around nil apply] 5
advice]
Documentation
Function used for reading expressions.
It is used by load and eval-region.
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 for reading expressions.
It is used by `load' and `eval-region'.
Called with a single argument (the stream from which to read).
The default is to use the function `read'. */);