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

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

[nongnu] elpa/emacsql 7434263d82 174/427: Oops, drop leftover function c


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 7434263d82 174/427: Oops, drop leftover function call.
Date: Tue, 13 Dec 2022 02:59:39 -0500 (EST)

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

    Oops, drop leftover function call.
---
 emacsql-psql.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/emacsql-psql.el b/emacsql-psql.el
index cde5008213..f7a895ef2b 100644
--- a/emacsql-psql.el
+++ b/emacsql-psql.el
@@ -74,7 +74,6 @@
   (let ((sql-string (apply #'emacsql-compile sql args)))
     (emacsql-clear connection)
     (emacsql-send-string connection sql-string)
-    (emacsql-psql--check-error connection)
     (emacsql-wait connection)
     (let ((error (emacsql-simple-error-check connection)))
       (if error



reply via email to

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