diff --git a/code/class.lisp b/code/class.lisp
index f5170bfffa67799464f9ac89340fbc930f797283..3e9a036a8b247195f7c09cd083e88070c9f90619 100644
--- a/code/class.lisp
+++ b/code/class.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/class.lisp,v 1.49 2002/09/19 17:51:14 pmai Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/class.lisp,v 1.50 2002/11/13 17:45:34 toy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -395,7 +395,7 @@
 		  name (class-name old) (class-name new)))))
        (:primitive
 	(error "Illegal to redefine standard type ~S." name))
-       (xdefined
+       (:defined
 	(warn "Redefining DEFTYPE type to be a class: ~S."
 	      name)
 	(setf (info type expander name) nil)))