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

abaine at common-lisp.net abaine at common-lisp.net
Fri Jun 15 18:29:33 UTC 2007


Author: abaine
Date: Fri Jun 15 14:29:33 2007
New Revision: 16

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

Modified: trunk/funds/src/trees/avl-tree.lisp
==============================================================================
--- trunk/funds/src/trees/avl-tree.lisp	(original)
+++ trunk/funds/src/trees/avl-tree.lisp	Fri Jun 15 14:29:33 2007
@@ -1,5 +1,5 @@
 
-(in-package :funds-trees)
+(in-package :funds.trees)
 
 (defstruct avl
   ht



More information about the Funds-cvs mailing list