1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08: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) 0 (length s)
'( '(
keymap local-map action mouse-action keymap local-map action mouse-action
button category help-args) read-only button category help-args)
s) s)
s) s)
kill-ring)) kill-ring))