changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/std/stream.lisp

revision 393: 6b87df03cdaf
parent 291: a0dfde3cb3c4
child 435: 849bbe48e32d
     1.1--- a/lisp/std/stream.lisp	Sat Jun 01 15:44:55 2024 -0400
     1.2+++ b/lisp/std/stream.lisp	Sat Jun 01 17:36:57 2024 -0400
     1.3@@ -50,6 +50,7 @@
     1.4     output-position))
     1.5 
     1.6 ;; from SBCL manual
     1.7+;;; Wrapped Streams
     1.8 (defclass wrapped-stream (fundamental-stream)
     1.9   ((stream :initarg :stream :reader stream-of)))
    1.10