From 3b79390a3075751b33c3428b747731d7bf13ec69 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sun, 25 Nov 1990 08:15:31 +0000 Subject: [PATCH] export loop-finish from the lisp package. --- code/old-loop.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/old-loop.lisp b/code/old-loop.lisp index 44531dd4d..eab20ccce 100644 --- a/code/old-loop.lisp +++ b/code/old-loop.lisp @@ -7,14 +7,14 @@ ;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU) ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/old-loop.lisp,v 1.4 1990/11/25 08:09:00 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/old-loop.lisp,v 1.5 1990/11/25 08:15:31 wlott Exp $ ;;; ;;; Loop facility, written by William Lott. ;;; (in-package "LOOP") (in-package "LISP") -(export 'loop) +(export '(loop loop-finish)) (in-package "LOOP") -- GitLab