From 44401a527384ca737b969d14d49267496399b1ae Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Wed, 29 Jan 1992 06:34:19 +0000
Subject: [PATCH] Changed the import of a few kernel symbols to a use-package
 of kernel.

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

diff --git a/code/sap.lisp b/code/sap.lisp
index 802a368c7..95c12d130 100644
--- a/code/sap.lisp
+++ b/code/sap.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/sap.lisp,v 1.3 1992/01/29 06:30:46 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sap.lisp,v 1.4 1992/01/29 06:34:19 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -24,7 +24,7 @@
 	  %set-sap-ref-8 %set-sap-ref-single %set-sap-ref-double))
 (in-package "SYSTEM")
 
-(import '(kernel:system-area-copy kernel:index))
+(use-package "KERNEL")
 
 
 
-- 
GitLab