comparison src/lread.c @ 21291:b039d32d8399

(init_lread): Init Vstandard_input.
author Richard M. Stallman <rms@gnu.org>
date Thu, 26 Mar 1998 04:22:13 +0000
parents 05fbf4f5b14f
children 83541dfdf8ee
comparison
equal deleted inserted replaced
21290:2601d6057ec6 21291:b039d32d8399
2821 2821
2822 load_in_progress = 0; 2822 load_in_progress = 0;
2823 Vload_file_name = Qnil; 2823 Vload_file_name = Qnil;
2824 2824
2825 load_descriptor_list = Qnil; 2825 load_descriptor_list = Qnil;
2826
2827 Vstandard_input = Qt;
2826 } 2828 }
2827 2829
2828 /* Print a warning, using format string FORMAT, that directory DIRNAME 2830 /* Print a warning, using format string FORMAT, that directory DIRNAME
2829 does not exist. Print it on stderr and put it in *Message*. */ 2831 does not exist. Print it on stderr and put it in *Message*. */
2830 2832