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

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

[elpa] externals/coterm dfebb62 46/80: Add comint output filter function


From: ELPA Syncer
Subject: [elpa] externals/coterm dfebb62 46/80: Add comint output filter function buffer locally
Date: Wed, 13 Oct 2021 18:57:33 -0400 (EDT)

branch: externals/coterm
commit dfebb626195597cabce999f55723d26405b22e58
Author: m <>
Commit: m <>

    Add comint output filter function buffer locally
---
 coterm.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/coterm.el b/coterm.el
index 7fd4603..2c61ce7 100644
--- a/coterm.el
+++ b/coterm.el
@@ -229,7 +229,7 @@ In sync with variables `coterm--t-home-marker',
     (setq coterm--t-scroll-end coterm--t-height)
 
     (setq-local comint-inhibit-carriage-motion t)
-    (add-hook 'comint-output-filter-functions #'coterm--comint-strip-CR)
+    (add-hook 'comint-output-filter-functions #'coterm--comint-strip-CR nil t)
 
     (add-function :filter-return
                   (local 'window-adjust-process-window-size-function)



reply via email to

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