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

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
participants (1)
-
blee@common-lisp.net