Tags: patch Hi, when one uses `kill-ring-deindent-mode' and selects read-only text, the mode can't actually deindent it, which causes a lot of `beep' noise and prevents the user from killing the selected text (or from any other action, really). This patch fixes this by removing that particular property before the text is inserted into the temporary buffer. Thanks, Tony