diff --git a/code/error.lisp b/code/error.lisp index 34b8f55bc82c0167ef73200c14d9b5255b4edc4c..333dca7b94c594f61c7124add62f4ccb0c80cce7 100644 --- a/code/error.lisp +++ b/code/error.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/error.lisp,v 1.37 1993/10/25 13:44:19 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/error.lisp,v 1.38 1993/10/25 13:53:30 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -611,7 +611,7 @@ (setf (condition-slot-allocation found) (condition-slot-allocation sslot)))) (t - (res (copy-structure cslot))))))) + (res (copy-structure sslot))))))) (res)))