From 2d4f75d824b1e4a07a6bdaed865c431ed786bc5b Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 25 Mar 2003 14:00:53 +0000 Subject: [PATCH] r4250: Auto commit for Debian build --- package.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.lisp b/package.lisp index 94d452b..9427318 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.28 2003/03/25 07:01:22 kevin Exp $ +;;;; $Id: package.lisp,v 1.29 2003/03/25 14:00:53 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -38,7 +38,7 @@ (eval-when (:compile-toplevel :load-toplevel :execute) (if (find-package 'sb-mop) (pushnew :sb-mop cl:*features*) - (pushnew :sb-acl cl:*features*))) + (pushnew :sb-pcl cl:*features*))) (eval-when (:compile-toplevel :load-toplevel :execute) (shadowing-import @@ -95,5 +95,5 @@ (eval-when (:compile-toplevel :load-toplevel :execute) (if (find-package 'sb-mop) (setq cl:*features* (delete :sb-mop cl:*features*)) - (setq cl:*features* (delete :sb-acl cl:*features*)))) + (setq cl:*features* (delete :sb-pcl cl:*features*)))) -- 2.34.1