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

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

[nongnu] elpa/emacsql 39aa16906a 034/427: Remove redundant wait.


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 39aa16906a 034/427: Remove redundant wait.
Date: Tue, 13 Dec 2022 02:59:25 -0500 (EST)

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

    Remove redundant wait.
---
 emacsql.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/emacsql.el b/emacsql.el
index 4e2dcb3eec..9badf8cd6e 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -289,7 +289,6 @@ Each row must be a sequence of values to store into TABLE.
   "Send a raw QUERY string to CONN."
   (emacsql--clear conn)
   (emacsql--send conn query)
-  (emacsql-wait conn)
   (emacsql--check-error conn)
   (emacsql--parse conn))
 



reply via email to

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