From fd96134499217364cf345066c9b7f93a6193d966 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Mon, 25 Oct 1993 13:53:30 +0000 Subject: [PATCH] Typo. --- code/error.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/error.lisp b/code/error.lisp index 34b8f55bc..333dca7b9 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))) -- GitLab