]> git.eshelyaron.com Git - emacs.git/commit
Bind inhibit-read-only to t in substitute-command-keys
authorStefan Kangas <stefankangas@gmail.com>
Mon, 16 Dec 2024 20:43:29 +0000 (21:43 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Dec 2024 15:06:20 +0000 (16:06 +0100)
commit76cbbccbceea488c1876af4095beff164c71262e
tree862f79b09030e7677b7c1b60f336bd6dd7d08fae
parented62786321b61e5944b6f8052f9e6ed3db217dc8
Bind inhibit-read-only to t in substitute-command-keys

* lisp/help.el (substitute-command-keys): Bind inhibit-read-only to t,
to allow modifying strings that are intended for the minibuffer, and
therefore already use minibuffer-prompt-properties.

(cherry picked from commit 826b11ddc6c69a06fbed09519b78896085647af0)
lisp/help.el