branch: elpa/emacsql commit cd341658c2ff73a28fc528a47e8b94532347dde7 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@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