diff --git a/code/pprint.lisp b/code/pprint.lisp
index f2c0ec6fa029037c712e694359cc40b14fb7cbd2..ded974267b626ebd1cd135ad7f5aacec59bfe4d8 100644
--- a/code/pprint.lisp
+++ b/code/pprint.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pprint.lisp,v 1.51 2004/12/14 23:57:12 rtoy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pprint.lisp,v 1.52 2004/12/21 18:00:34 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1760,6 +1760,7 @@
     ;; CLOS things
     (defclass pprint-defclass)
     (defmethod pprint-defmethod)
+    (defgeneric pprint-defgeneric)
     (with-slots pprint-with-like)
     (with-accessors pprint-with-like)