branch: elpa/popup commit f15c82bf423e6d49cf107836ba1ce39fc1138933 Merge: da210f5 c85ccd3 Author: Takafumi Arakaki <aka....@gmail.com> Commit: Takafumi Arakaki <aka....@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)