From 5ec2f6df4ba740c58a5dd8751b4678eec11ea7bd Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Mon, 25 Oct 1993 14:00:47 +0000
Subject: [PATCH] Braino.

---
 code/error.lisp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/code/error.lisp b/code/error.lisp
index 333dca7b9..bebbfa994 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.38 1993/10/25 13:53:30 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/error.lisp,v 1.39 1993/10/25 14:00:47 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -661,7 +661,9 @@
 		     (dolist (initarg (condition-slot-initargs slot) nil)
 		       (when (functionp (getf initarg e-def-initargs))
 			 (return t))))
-	     (push slot (condition-class-hairy-slots class))))))))
+	     (push slot (condition-class-hairy-slots class))))
+	  ((nil)
+	   (setf (condition-slot-allocation slot) :instance))))))
   name)
 
 
-- 
GitLab