[elephant-cvs] CVS update: elephant/src/elephant.lisp

blee at common-lisp.net blee at common-lisp.net
Tue Sep 21 01:35:12 UTC 2004


Update of /project/elephant/cvsroot/elephant/src
In directory common-lisp.net:/tmp/cvs-serv5844/src

Modified Files:
	elephant.lisp 
Log Message:
typo: forgot remove-from-root

Date: Tue Sep 21 03:35:11 2004
Author: blee

Index: elephant/src/elephant.lisp
diff -u elephant/src/elephant.lisp:1.12 elephant/src/elephant.lisp:1.13
--- elephant/src/elephant.lisp:1.12	Sun Sep 19 19:49:55 2004
+++ elephant/src/elephant.lisp	Tue Sep 21 03:35:11 2004
@@ -52,7 +52,8 @@
 	   #:open-store #:close-store #:with-open-store
 	   #:store-controller #:open-controller #:close-controller 
 	   #:with-open-controller #:controller-path #:controller-environment
-	   #:controller-db #:controller-root #:add-to-root #:get-from-root
+	   #:controller-db #:controller-root 
+	   #:add-to-root #:get-from-root #:remove-from-root
 	   #:start-transaction #:commit-transaction #:abort-transaction
 
 	   #:persistent #:persistent-object #:persistent-metaclass





More information about the Elephant-cvs mailing list