[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/emacsql cd341658c2 1/2: emacsq.el: Provide feature at end
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/emacsql cd341658c2 1/2: emacsq.el: Provide feature at end of file |
Date: |
Tue, 1 Apr 2025 13:01:12 -0400 (EDT) |
branch: elpa/emacsql
commit cd341658c2ff73a28fc528a47e8b94532347dde7
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
emacsq.el: Provide feature at end of file
---
emacsql.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/emacsql.el b/emacsql.el
index 47d58f310f..02f9d071bf 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -184,8 +184,6 @@ specific error conditions."
(unless (eq (read) 'success)
(emacsql-handle connection (read) (read))))))))
-(provide 'emacsql) ; end of generic function declarations
-
;;; Automatic connection cleanup
(defun emacsql-register (connection)
@@ -375,4 +373,6 @@ Once activated, vector contents no longer indent like
lists."
(advice-add 'calculate-lisp-indent :around
#'emacsql--calculate-vector-indent))
+(provide 'emacsql)
+
;;; emacsql.el ends here