[funds-cvs] r15 - trunk/funds/src/trees
abaine at common-lisp.net
abaine at common-lisp.net
Fri Jun 15 18:29:02 UTC 2007
Author: abaine
Date: Fri Jun 15 14:29:02 2007
New Revision: 15
Modified:
trunk/funds/src/trees/package.lisp
Log:
Renamed trees package to funds.trees
Modified: trunk/funds/src/trees/package.lisp
==============================================================================
--- trunk/funds/src/trees/package.lisp (original)
+++ trunk/funds/src/trees/package.lisp Fri Jun 15 14:29:02 2007
@@ -1,7 +1,7 @@
(in-package :cl-user)
-(defpackage :funds-trees
+(defpackage :funds.trees
(:use :cl)
(:export ; AVL Tree public interface
:empty-avl-tree
More information about the Funds-cvs
mailing list