branch: elpa/emacsql
commit 231ec586cad45b80450278cbcf00f9c14d6cc2cb
Author: Christopher Wellons <well...@nullprogram.com>
Commit: Christopher Wellons <well...@nullprogram.com>

    Drop forced process coding system.
---
 emacsql.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/emacsql.el b/emacsql.el
index c73bfe6d92..7a5e4d895c 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -108,7 +108,6 @@ buffer. This is for debugging purposes."
          (process (apply #'start-process "emacsql" buffer sqlite3
                          (append args (list fullfile)))))
     (setf (process-sentinel process) (lambda (_proc _) (kill-buffer buffer)))
-    (set-process-coding-system process 'utf-8-unix 'utf-8-unix)
     (process-send-string process ".prompt #\n")
     (process-send-string process ".mode line\n")
     (process-send-string process ".nullvalue nil\n")

Reply via email to