[rfc2388-cvs] CVS update: rfc2388/packages.lisp
Janis Dzerins
jdzerins at common-lisp.net
Mon Apr 18 12:23:26 UTC 2005
Update of /project/rfc2388/cvsroot/rfc2388
In directory common-lisp.net:/tmp/cvs-serv31357
Modified Files:
packages.lisp
Log Message:
Added IN-PACKAGE form.
Date: Mon Apr 18 14:23:25 2005
Author: jdzerins
Index: rfc2388/packages.lisp
diff -u rfc2388/packages.lisp:1.2 rfc2388/packages.lisp:1.3
--- rfc2388/packages.lisp:1.2 Tue Apr 5 11:25:27 2005
+++ rfc2388/packages.lisp Mon Apr 18 14:23:25 2005
@@ -20,6 +20,8 @@
;;;; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
;;;; THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+(in-package :cl-user)
+
(defpackage :rfc2388
(:use :common-lisp)
(:export
More information about the rfc2388-cvs
mailing list