From 734464c2f7faa2f4048fb9cf52dd1898e23fae2a Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sun, 14 Oct 1990 19:05:37 +0000
Subject: [PATCH] Added use-package of extensions so that we can define
 conditions exported from there.

---
 code/error.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/error.lisp b/code/error.lisp
index 89bcb93a3..94638e55d 100644
--- a/code/error.lisp
+++ b/code/error.lisp
@@ -13,7 +13,7 @@
 ;;;
 
 (in-package "CONDITIONS")
-
+(use-package "EXTENSIONS")
 #-new-compiler
 (eval-when (compile)
   (setq lisp::*bootstrap-defmacro* t))
-- 
GitLab