mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
(momentary-string-display): Bind inhibit-read-only.
This commit is contained in:
parent
2654fa92b2
commit
c306e0e09f
@ -828,7 +828,7 @@ otherwise it is then available as input (as a command if nothing else).
|
||||
Display MESSAGE (optional fourth arg) in the echo area.
|
||||
If MESSAGE is nil, instructions to type EXIT-CHAR are displayed there."
|
||||
(or exit-char (setq exit-char ?\ ))
|
||||
(let ((buffer-read-only nil)
|
||||
(let ((inhibit-read-only t)
|
||||
;; Don't modify the undo list at all.
|
||||
(buffer-undo-list t)
|
||||
(modified (buffer-modified-p))
|
||||
|
Loading…
Reference in New Issue
Block a user