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

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

[elpa] externals/crdt 10962c7 04/10: add comint-send-eof


From: ELPA Syncer
Subject: [elpa] externals/crdt 10962c7 04/10: add comint-send-eof
Date: Fri, 17 Sep 2021 14:57:11 -0400 (EDT)

branch: externals/crdt
commit 10962c78ac217ba1ea6b6e333db16c63713c25ca
Author: Qiantan Hong <qhong@mit.edu>
Commit: Qiantan Hong <qhong@mit.edu>

    add comint-send-eof
---
 crdt.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/crdt.el b/crdt.el
index 1f393f9..0e15150 100644
--- a/crdt.el
+++ b/crdt.el
@@ -2673,7 +2673,8 @@ Use CRDT--UNINSTALL-PROCESS-ADVICES to disable those 
advices for the rescue."
 
 (defvar crdt-comint-command-entries
   '((comint-send-input (point) (point))
-    (comint-send-region (region) (region))))
+    (comint-send-region (region) (region))
+    (comint-send-eof (point))))
 
 (crdt-register-remote-commands crdt-comint-command-entries)
 



reply via email to

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