[funds-cvs] r50 - trunk/funds/src/trees

abaine at common-lisp.net abaine at common-lisp.net
Wed Jul 4 18:31:42 UTC 2007


Author: abaine
Date: Wed Jul  4 14:31:42 2007
New Revision: 50

Modified:
   trunk/funds/src/trees/avl-tree.lisp
Log:
Changed package to funds.

Modified: trunk/funds/src/trees/avl-tree.lisp
==============================================================================
--- trunk/funds/src/trees/avl-tree.lisp	(original)
+++ trunk/funds/src/trees/avl-tree.lisp	Wed Jul  4 14:31:42 2007
@@ -1,5 +1,5 @@
 
-(in-package :funds.trees)
+(in-package :funds)
 
 ;;;; Public Interface
 



More information about the Funds-cvs mailing list