branch: elpa/emacsql
commit 49b9858683e6057e06f15c46b80c01d0220e16e1
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    Change case of EmacSQL in deprecation warning
---
 emacsql.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacsql.el b/emacsql.el
index bcb48e9961..bd8bc0d24b 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -151,7 +151,7 @@ misnamed and obsolete accessor function."
 (cl-defmethod (setf emacsql-process) (value (this emacsql-connection))
   (eieio-oset this 'handle value))
 (make-obsolete 'emacsql-process "underlying slot is for internal use only."
-               "Emacsql 4.0.0")
+               "EmacSQL 4.0.0")
 
 (cl-defmethod slot-missing ((connection emacsql-connection)
                             slot-name operation &optional new-value)

Reply via email to