* 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:
parent
8b92449b70
commit
d89e427852
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue