]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/simple.el (read-from-kill-ring): Ignore `read-only' text property.
authorJuri Linkov <juri@linkov.net>
Thu, 1 Feb 2024 17:16:37 +0000 (19:16 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 4 Feb 2024 11:03:16 +0000 (12:03 +0100)
Add `read-only' to the list of text properties removed from history items
(bug#68847).

(cherry picked from commit d89e427852a63dbeed3d5e03d9deb2ae9a8e3e1b)

lisp/simple.el

index 5aff3abb8d733d70554a9f39aa87e63c5b3c7c5d..a7b77d10a130017e563b2f3e8ff065eaa8d06923 100644 (file)
@@ -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))