emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/emacsql 4aa889882d 182/427: Fix slot allocation on emacsql


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 4aa889882d 182/427: Fix slot allocation on emacsql-connection.
Date: Tue, 13 Dec 2022 02:59:40 -0500 (EST)

branch: elpa/emacsql
commit 4aa889882d72969f7570bb3b3f421d4d5803a3b4
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@nullprogram.com>

    Fix slot allocation on emacsql-connection.
---
 emacsql.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/emacsql.el b/emacsql.el
index 09155cfd56..ad279ee013 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -69,7 +69,8 @@
                :initarg :log-buffer
                :accessor emacsql-log-buffer
                :documentation "Output log (debug).")
-   (types :initform nil
+   (types :allocation :class
+          :initform nil
           :reader emacsql-types
           :documentation "Maps Emacsql types to SQL types."))
   (:documentation "A connection to a SQL database.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]