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:
parent
8b92449b70
commit
d89e427852
@ -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…
x
Reference in New Issue
Block a user