branch: externals/coterm
commit c717c8419daae1ca8758cfb05d2048ae6effa7b6
Author: Miha Rihtaršič <[email protected]>
Commit: Miha Rihtaršič <[email protected]>
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