stream-fresh-line specialized to ansi-stream was passing wrong stream to underlying function (J. Jaakkola)

This commit is contained in:
Juan Jose Garcia Ripoll 2010-11-04 23:43:47 +01:00
parent 491a8fb511
commit 78753112f8

View file

@ -362,7 +362,7 @@
t))
(defmethod stream-fresh-line ((stream ansi-stream))
(cl:fresh-line ansi-stream))
(cl:fresh-line stream))
;; INPUT-STREAM-P