changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/lib/rdb/proto.lisp

revision 679: 12287fab15d0
parent 624: 97dd03beda03
child 680: 5f88b237ce29
     1.1--- a/lisp/lib/rdb/proto.lisp	Wed Sep 25 21:39:39 2024 -0400
     1.2+++ b/lisp/lib/rdb/proto.lisp	Thu Sep 26 21:16:45 2024 -0400
     1.3@@ -36,7 +36,7 @@
     1.4   (:documentation "Implicitly pull foreign values from the sap associated with SELF."))
     1.5 (defgeneric push-cf (cf self)
     1.6   (:documentation "Push a column-family to a sap."))
     1.7-(defgeneric open-cf (self cf &optional error)
     1.8+(defgeneric open-cf (self cf &optional opts)
     1.9   (:documentation "Open column-family CF in SELF. When ERROR is non-nil signal an error if the
    1.10 column-family is already open."))
    1.11 (defgeneric open-cfs (self)