branch: elpa/emacsql commit d61f674b64c9aaec1f7d36e79d4a4dc78d7735ec Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
emacsql--sqlite-base: Use nil as :initform of file slot --- emacsql-sqlite-common.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacsql-sqlite-common.el b/emacsql-sqlite-common.el index fd1446e6ea..15a879bebe 100644 --- a/emacsql-sqlite-common.el +++ b/emacsql-sqlite-common.el @@ -19,6 +19,7 @@ (defclass emacsql--sqlite-base (emacsql-connection) ((file :initarg :file + :initform nil :type (or null string) :documentation "Database file name.") (types :allocation :class