[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/company e22230561e: company-safe-pixel-substring: Bind
From: |
ELPA Syncer |
Subject: |
[elpa] externals/company e22230561e: company-safe-pixel-substring: Bind inhibit-read-only just in case |
Date: |
Wed, 15 Nov 2023 18:57:29 -0500 (EST) |
branch: externals/company
commit e22230561ef559b032b4a2d79bef686d494b8ea6
Author: Dmitry Gutov <dmitry@gutov.dev>
Commit: Dmitry Gutov <dmitry@gutov.dev>
company-safe-pixel-substring: Bind inhibit-read-only just in case
Seems like it fixes #1428
---
company.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/company.el b/company.el
index 89f68fdf93..0b75547a19 100644
--- a/company.el
+++ b/company.el
@@ -2968,6 +2968,7 @@ from the candidates list.")
front back
(orig-buf (window-buffer))
(bis buffer-invisibility-spec)
+ (inhibit-read-only t)
window-configuration-change-hook)
(with-current-buffer (get-buffer-create " *company-sps*")
(unwind-protect
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/company e22230561e: company-safe-pixel-substring: Bind inhibit-read-only just in case,
ELPA Syncer <=