0.6.11.21:
[sbcl.git] / src / code / stream.lisp
index f443853..76d33bb 100644 (file)
     (if (lisp-stream-p stream)
        (or (/= (the fixnum (lisp-stream-in-index stream)) +in-buffer-length+)
            ;; Test for T explicitly since misc methods return :EOF sometimes.
-           (eq (funcall (lisp-stream-misc stream) stream :listen) at))
+           (eq (funcall (lisp-stream-misc stream) stream :listen) t))
        ;; Fall through to Gray streams FUNDAMENTAL-STREAM case.
        (stream-listen stream))))