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:
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)
|
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))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue