TWO-WAY-STREAMS are interactive if the input stream is

This commit is contained in:
jjgarcia 2005-07-08 15:22:53 +00:00
parent f76c1888c6
commit f703c00ed9

View file

@ -2755,6 +2755,9 @@ cl_interactive_stream_p(cl_object strm)
case smm_synonym:
strm = symbol_value(strm->stream.object0);
goto BEGIN;
case smm_two_way:
strm = strm->stream.object0;
goto BEGIN;
case smm_input:
case smm_io:
#ifdef HAVE_ISATTY