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

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

[nongnu] elpa/emacsql e08094c78f 058/427: More precise parsing.


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql e08094c78f 058/427: More precise parsing.
Date: Tue, 13 Dec 2022 02:59:27 -0500 (EST)

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

    More precise parsing.
---
 emacsql.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacsql.el b/emacsql.el
index e8cf911048..22f3d1e3ff 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -175,7 +175,7 @@ buffer. This is for debugging purposes."
     (let ((standard-input (current-buffer)))
       (setf (point) (point-min))
       (cl-loop until (looking-at "#")
-               do (search-forward "=")
+               do (search-forward " = ")
                for value = (read)
                collect value into row
                do (forward-char)



reply via email to

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