[funds-cvs] r63 - trunk/funds/src

abaine at common-lisp.net abaine at common-lisp.net
Sun Jul 8 03:25:10 UTC 2007


Author: abaine
Date: Sat Jul  7 23:25:10 2007
New Revision: 63

Modified:
   trunk/funds/src/package.lisp
Log:
Changed defpackage form to funds.

Modified: trunk/funds/src/package.lisp
==============================================================================
--- trunk/funds/src/package.lisp	(original)
+++ trunk/funds/src/package.lisp	Sat Jul  7 23:25:10 2007
@@ -1,7 +1,7 @@
 
 (in-package :cl-user)
 
-(defpackage :funds-clos
+(defpackage :funds
   (:use :cl)
   (:export :make-avl-tree
 	   :make-binary-tree



More information about the Funds-cvs mailing list