Variable: standard-input
standard-input is a variable defined in lread.c.
Value
get-file-char
Documentation
Stream for read to get input from.
See documentation of read for possible values.
Probably introduced at or before Emacs version 1.1.
Source Code
// Defined in /usr/src/emacs/src/lread.c
DEFVAR_LISP ("standard-input", Vstandard_input,
doc: /* Stream for read to get input from.
See documentation of `read' for possible values. */);