1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00

* lisp/simple.el (read-from-kill-ring): Ignore `read-only' text property.

Add `read-only' to the list of text properties removed from history items
(bug#68847).
This commit is contained in:
Juri Linkov 2024-02-01 19:16:37 +02:00
parent 8b92449b70
commit d89e427852

View File

@ -6419,7 +6419,7 @@ PROMPT is a string to prompt with."
0 (length s)
'(
keymap local-map action mouse-action
button category help-args)
read-only button category help-args)
s)
s)
kill-ring))