diff --git a/pcl/defsys.lisp b/pcl/defsys.lisp
index 8e8f56b6e0f6f631a4592bc9b83d6c6d1f42c0cb..b0084697f9740bbeb4d7ceb8e43fa86c23c0f8b5 100644
--- a/pcl/defsys.lisp
+++ b/pcl/defsys.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/defsys.lisp,v 1.21 1999/05/30 23:13:56 pw Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/defsys.lisp,v 1.22 2000/06/06 09:57:38 dtc Exp $")
 ;;;
 ;;; Some support stuff for compiling and loading PCL.  It would be nice if
 ;;; there was some portable make-system we could all agree to share for a
@@ -468,7 +468,7 @@ and load your system with:
            *pcl-directory*
   ;;
   ;; file         load           compile      files which       port
-  ;;              environment    environment  force the of
+  ;;              environment    environment  force the
   ;;                                          recompilation
   ;;                                          of this file
   ;;                                          
@@ -512,6 +512,9 @@ and load your system with:
    (cmucl-documentation t			    t () CMU)
    (precom1     (dlisp)                             t (defs low cache fin dfun))
    (precom2     (dlisp)                             t (defs low cache fin dfun))
+
+   (gray-streams-class  t            t            ()                   CMU)
+   (gray-streams        t            t            (gray-streams-class) CMU)
    ))
 
 (defun compile-pcl (&optional m)