aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lread.c b/src/lread.c
index 654e55ab50b..f07ec2dc780 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -2823,6 +2823,8 @@ init_lread ()
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