From a3770fae5800ee8571b71ee1be7513f8fec9972d Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 1 Feb 2024 19:16:37 +0200 Subject: [PATCH] * 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) --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5