remove misplaced AVER
[sbcl.git] / src / code / stream.lisp
index 30f0e68..2bc1aa7 100644 (file)
 
 (defun clear-output (&optional (stream *standard-output*))
   (with-out-stream stream (ansi-stream-misc :clear-output)
-                   (stream-force-output))
+                   (stream-clear-output))
   nil)
 
 (defun write-byte (integer stream)