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

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

[elpa] externals/coterm bfcd5e4 63/80: Properly indicate that pmark is s


From: ELPA Syncer
Subject: [elpa] externals/coterm bfcd5e4 63/80: Properly indicate that pmark is synchronized
Date: Wed, 13 Oct 2021 18:57:37 -0400 (EDT)

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

    Properly indicate that pmark is synchronized
---
 coterm.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/coterm.el b/coterm.el
index 340548b..6600acf 100644
--- a/coterm.el
+++ b/coterm.el
@@ -835,6 +835,8 @@ buffer and the scrolling region must cover the whole 
screen."
           (setq restore-point (if (= (point) pmark) pmark (point-marker)))
           (setq old-pmark (copy-marker pmark window-point-insertion-type))
           (coterm--t-adjust-from-pmark pmark)
+          (setq coterm--t-pmark-in-sync t)
+
           (save-restriction
             (coterm--narrow-to-process-output pmark)
 



reply via email to

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