aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-03-26 04:22:13 +0000
committerRichard M. Stallman1998-03-26 04:22:13 +0000
commit8f6b04114499af675c3365ad8f6e06ee8c8bb9ef (patch)
tree93b7d57450d96c82307d31a8dd7c23ea94661dcf /src
parent5ffc0a807cd899c42bc158dfacb590ce83b63c3f (diff)
downloademacs-8f6b04114499af675c3365ad8f6e06ee8c8bb9ef.tar.gz
emacs-8f6b04114499af675c3365ad8f6e06ee8c8bb9ef.zip
(init_lread): Init Vstandard_input.
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