From b27c0def5fc362560a4cbfb6740d9ef5ce493bee Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Thu, 22 Jul 1993 00:23:32 +0000
Subject: [PATCH] More simple-condition hacks...

---
 code/error.lisp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/code/error.lisp b/code/error.lisp
index ba7629848..7712a25c6 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.28 1993/07/21 23:33:02 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/error.lisp,v 1.29 1993/07/22 00:23:32 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -670,6 +670,9 @@
 		     :accessor internal-simple-condition-format-arguments))
   (:report simple-condition-printer))
 
+(setf (symbol-plist 'simple-condition)
+      (symbol-plist 'internal-simple-condition))
+
 (deftype simple-condition ()
   '(or internal-simple-condition simple-warning simple-type-error
        simple-error simple-style-warning))
-- 
GitLab