From 584b2a842b9d42aef5a32456b5e73653633455db Mon Sep 17 00:00:00 2001 From: toy <toy> Date: Wed, 13 Nov 2002 17:45:34 +0000 Subject: [PATCH] Fix typo: It's :defined, not xdefined! Noted by Brian Spilsbury. --- code/class.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/class.lisp b/code/class.lisp index f5170bfff..3e9a036a8 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))) -- GitLab