Update of /project/cl-enumeration/cvsroot/enumerations In directory cl-net:/tmp/cvs-serv28416 Modified Files: list-enumerations.lisp Log Message: Copyright updated and other minor cosmetic changes. --- /project/cl-enumeration/cvsroot/enumerations/list-enumerations.lisp 2005/03/10 22:40:57 1.2 +++ /project/cl-enumeration/cvsroot/enumerations/list-enumerations.lisp 2010/12/30 11:58:20 1.3 @@ -1,9 +1,14 @@ -;;; -*- Mode: Lisp -*- +;;;; -*- Mode: Lisp -*- -(in-package "CL.EXTENSIONS.ENUMERATIONS") +;;;; list-enumerations.lisp -- +;;;; Eunmerations for lists. +;;;; +;;;; See file COPYING for copyright and licensing information. -;;;--------------------------------------------------------------------------- -;;; List Enumeration. +(in-package "CL.EXTENSIONS.DAC.ENUMERATIONS") + +;;;;=========================================================================== +;;;; List Enumeration. (defclass list-enumeration (sequence-enumeration) ((end-cons :accessor end-cons)) @@ -62,4 +67,4 @@ default) (t (first (enumeration-cursor x))))) -;;; end of file -- list-enumerations.lisp -- +;;;; end of file -- list-enumerations.lisp --