From: Juri Linkov Date: Thu, 1 Feb 2024 17:16:37 +0000 (+0200) Subject: * lisp/simple.el (read-from-kill-ring): Ignore `read-only' text property. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3770fae5800ee8571b71ee1be7513f8fec9972d;p=emacs.git * 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). (cherry picked from commit d89e427852a63dbeed3d5e03d9deb2ae9a8e3e1b) --- diff --git a/lisp/simple.el b/lisp/simple.el index 5aff3abb8d7..a7b77d10a13 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -6517,7 +6517,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))