[cl-store-cvs] CVS update: cl-store/README
Sean Ross
sross at common-lisp.net
Tue Aug 17 12:07:37 UTC 2004
Update of /project/cl-store/cvsroot/cl-store
In directory common-lisp.net:/tmp/cvs-serv8190
Modified Files:
README
Log Message:
Date: Tue Aug 17 05:07:37 2004
Author: sross
Index: cl-store/README
diff -u cl-store/README:1.4 cl-store/README:1.5
--- cl-store/README:1.4 Tue Aug 17 04:12:43 2004
+++ cl-store/README Tue Aug 17 05:07:37 2004
@@ -57,6 +57,8 @@
(use-package :cl-store)
+ (setf *default-backend* *cl-store-backend*)
+
(defclass random-obj () ((a :accessor a :initarg :a)))
(defvar *random-obj-code* (register-code 22 'random-obj))
More information about the Cl-store-cvs
mailing list