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

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

[elpa] externals/crdt 92a7c93a3b: fix coding issue


From: ELPA Syncer
Subject: [elpa] externals/crdt 92a7c93a3b: fix coding issue
Date: Thu, 3 Nov 2022 22:57:30 -0400 (EDT)

branch: externals/crdt
commit 92a7c93a3b4cb4b40f133acd22c89a5fda5cdd30
Author: Qiantan Hong <qhong@alum.mit.edu>
Commit: Qiantan Hong <qhong@alum.mit.edu>

    fix coding issue
---
 crdt.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/crdt.el b/crdt.el
index 6fcdf32321..1f62745f8c 100644
--- a/crdt.el
+++ b/crdt.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Qiantan Hong <qhong@alum.mit.edu>
 ;; URL: https://code.librehq.com/qhong/crdt.el
 ;; Keywords: collaboration crdt
-;; Version: 0.3.3
+;; Version: 0.3.4
 
 ;; This file is part of GNU Emacs.
 
@@ -2362,6 +2362,7 @@ Each element should be one of
                            :host "0.0.0.0"
                            :service port
                            :filter #'crdt--network-filter
+                           :filter-multibyte nil
                            :sentinel #'crdt--server-process-sentinel
                            :coding 'utf-8))
          (new-session
@@ -2532,6 +2533,7 @@ Join with DISPLAY-NAME."
                                                :name "CRDT Client"
                                                :buffer (generate-new-buffer " 
*crdt-client*")
                                                :filter #'crdt--network-filter
+                                               :filter-multibyte nil
                                                :sentinel 
#'crdt--client-process-sentinel
                                                :coding 'utf-8
                                                process-args)))



reply via email to

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