emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d89e427852a: * lisp/simple.el (read-from-kill-ring): Ignore `read


From: Juri Linkov
Subject: master d89e427852a: * lisp/simple.el (read-from-kill-ring): Ignore `read-only' text property.
Date: Thu, 1 Feb 2024 12:17:35 -0500 (EST)

branch: master
commit d89e427852a63dbeed3d5e03d9deb2ae9a8e3e1b
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>

    * 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).
---
 lisp/simple.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 8246b9cab81..9a33049f4ca 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]