branch: externals/crdt
commit 12d9a254f85c44539081191804f730645514ec0f
Author: Qiantan Hong <qh...@mit.edu>
Commit: Qiantan Hong <qh...@mit.edu>

    remove buffer bug
---
 crdt.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crdt.el b/crdt.el
index f919686..8afd679 100644
--- a/crdt.el
+++ b/crdt.el
@@ -1108,7 +1108,7 @@ to server when WITHOUT is T."
     (let ((buffer (gethash buffer-name (crdt--session-buffer-table 
crdt--session))))
       (if (and buffer (buffer-live-p buffer))
           (crdt--sync-buffer-to-client buffer process)
-        (process-send-string process (crdt--format-message `(desync 
,buffer-name)))))))
+        (process-send-string process (crdt--format-message `(remove 
,buffer-name)))))))
 
 (cl-defmethod crdt-process-message ((message (head sync)) process)
   (unless (crdt--server-p)             ; server shouldn't receive this

Reply via email to