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

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

[elpa] externals/coterm c717c84 75/80: Bind inhibit-read-only to t for t


From: ELPA Syncer
Subject: [elpa] externals/coterm c717c84 75/80: Bind inhibit-read-only to t for terminal emulation
Date: Wed, 13 Oct 2021 18:57:39 -0400 (EDT)

branch: externals/coterm
commit c717c8419daae1ca8758cfb05d2048ae6effa7b6
Author: Miha Rihtaršič <miha@kamnitnik.top>
Commit: Miha Rihtaršič <miha@kamnitnik.top>

    Bind inhibit-read-only to t for terminal emulation
---
 coterm.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/coterm.el b/coterm.el
index e37936c..96ea926 100644
--- a/coterm.el
+++ b/coterm.el
@@ -831,6 +831,7 @@ buffer and the scrolling region must cover the whole 
screen."
   (let* ((pmark (process-mark process))
          (match 0)
          (will-insert-newlines 0)
+         (inhibit-read-only t)
          restore-point
          last-match-end
          old-pmark



reply via email to

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