From 8c5c56b58cd977fd301e037aed2369bc21895641 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Fri, 15 May 1992 18:47:48 +0000 Subject: [PATCH] Left out an argument to a function, and it got upset. --- code/package.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/package.lisp b/code/package.lisp index 9c3d069a1..6652ea5fd 100644 --- a/code/package.lisp +++ b/code/package.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/package.lisp,v 1.18 1992/05/15 17:44:12 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/package.lisp,v 1.19 1992/05/15 18:47:48 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -808,7 +808,7 @@ `(old-in-package ,package ,@noise)) (t `(eval-when (compile load eval) - (%in-package ',(stringify-name package)))))) + (%in-package ',(stringify-name package "package")))))) ;;; (defun %in-package (name) (setf *package* (package-or-lose name))) -- GitLab