From mantoniotti at common-lisp.net Wed Jan 5 02:31:33 2011 From: mantoniotti at common-lisp.net (mantoniotti) Date: Tue, 04 Jan 2011 21:31:33 -0500 Subject: [cl-enumeration-cvs] CVS enumerations Message-ID: Update of /project/cl-enumeration/cvsroot/enumerations In directory cl-net:/tmp/cvs-serv20963 Modified Files: enumerations-pkg.lisp Log Message: Fixed a (stupid!) typo that prevented compilation. --- /project/cl-enumeration/cvsroot/enumerations/enumerations-pkg.lisp 2010/12/30 11:56:01 1.3 +++ /project/cl-enumeration/cvsroot/enumerations/enumerations-pkg.lisp 2011/01/05 02:31:33 1.4 @@ -18,7 +18,7 @@ (:documentation "The CL Extensions Enemeration Package. The package containing the API for a generic enumeration protocol in -Common Lisp." +Common Lisp.") (:export #:enumeration #:enumerationp