From 99bd4c75b24b492a605d808bb59a4582d6dc05de Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Sun, 2 Oct 1994 22:45:38 +0000 Subject: [PATCH] FIx old-style in-package. --- code/parse-time.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/parse-time.lisp b/code/parse-time.lisp index 37b1b8f60..214b9ce13 100644 --- a/code/parse-time.lisp +++ b/code/parse-time.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/parse-time.lisp,v 1.3 1991/07/26 11:35:16 chiles Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/parse-time.lisp,v 1.4 1994/10/02 22:45:38 ram Exp $") ;;; ;;; ********************************************************************** @@ -18,7 +18,7 @@ ;;; ********************************************************************** -(in-package "EXTENSIONS" :use "LISP") +(in-package "EXTENSIONS") (export 'parse-time) -- GitLab