0.pre7.75:
[sbcl.git] / src / pcl / gray-streams-class.lisp
index 2f4e3a9..a999b41 100644 (file)
 (defclass fundamental-binary-output-stream
     (fundamental-output-stream fundamental-binary-stream) nil)
 \f
-#|
-This is not in the gray-stream proposal, so it is left here
-as example code.
+;;; This is not in the Gray stream proposal, so it is left here
+;;; as example code.
+;;;
 ;;; example character input and output streams
-
+#|
 (defclass character-output-stream (fundamental-character-output-stream)
   ((lisp-stream :initarg :lisp-stream
                :accessor character-output-stream-lisp-stream)))