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

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

[nongnu] elpa/popup f15c82b 014/184: Merge pull request #10 from tkf/inh


From: ELPA Syncer
Subject: [nongnu] elpa/popup f15c82b 014/184: Merge pull request #10 from tkf/inhibit-read-only
Date: Wed, 6 Oct 2021 00:00:57 -0400 (EDT)

branch: elpa/popup
commit f15c82bf423e6d49cf107836ba1ce39fc1138933
Merge: da210f5 c85ccd3
Author: Takafumi Arakaki <aka.tkf@gmail.com>
Commit: Takafumi Arakaki <aka.tkf@gmail.com>

    Merge pull request #10 from tkf/inhibit-read-only
    
    Use inhibit-read-only instead of buffer-read-only
---
 popup.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/popup.el b/popup.el
index 8062cfd..34d3ad8 100644
--- a/popup.el
+++ b/popup.el
@@ -132,7 +132,7 @@ untouched."
   (declare (indent 0))
   `(save-excursion
      (let ((buffer-undo-list t)
-           (buffer-read-only nil)
+           (inhibit-read-only t)
            (modified (buffer-modified-p)))
        (unwind-protect
            (progn ,@body)



reply via email to

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