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

blee at common-lisp.net blee at common-lisp.net
Thu Sep 2 14:47:54 UTC 2004


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

Modified Files:
	elephant.lisp 
Log Message:
turns out i need to shadow with-transaction after all!

Date: Thu Sep  2 16:47:53 2004
Author: blee

Index: elephant/src/elephant.lisp
diff -u elephant/src/elephant.lisp:1.8 elephant/src/elephant.lisp:1.9
--- elephant/src/elephant.lisp:1.8	Thu Sep  2 09:10:34 2004
+++ elephant/src/elephant.lisp	Thu Sep  2 16:47:53 2004
@@ -43,6 +43,7 @@
 (defpackage elephant
   (:nicknames ele :ele)
   (:use common-lisp sleepycat)
+  (:shadow #:with-transaction)
   (:export #:*store-controller* #:*current-transaction* #:*auto-commit*
 	   #:open-store #:close-store
 	   #:store-controller #:open-controller #:close-controller 





More information about the Elephant-cvs mailing list