emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 5b73408: Backport mm-convert-shr-links fix from m


From: Katsumi Yamaoka
Subject: [Emacs-diffs] emacs-25 5b73408: Backport mm-convert-shr-links fix from master (bug#23964)
Date: Mon, 26 Sep 2016 22:35:32 +0000 (UTC)

branch: emacs-25
commit 5b734087b18e4596cdf2fa34806e092c4b532db1
Author: Katsumi Yamaoka <address@hidden>
Commit: Katsumi Yamaoka <address@hidden>

    Backport mm-convert-shr-links fix from master (bug#23964)
    
    * lisp/gnus/mm-decode.el (mm-convert-shr-links):
    Preserve key bindings that shr adds (bug#23964).
---
 lisp/gnus/mm-decode.el |    2 --
 1 file changed, 2 deletions(-)

diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el
index bb8e203..b6532b3 100644
--- a/lisp/gnus/mm-decode.el
+++ b/lisp/gnus/mm-decode.el
@@ -1910,8 +1910,6 @@ If RECURSIVE, search recursively."
         :help-echo (get-text-property start 'help-echo)
         :keymap (setq keymap (copy-keymap shr-map))
         (get-text-property start 'shr-url))
-       ;; Remove keymap that `shr-urlify' adds.
-       (put-text-property start end 'keymap nil)
        ;; Mask keys that launch `widget-button-click'.
        ;; Those bindings are provided by `widget-keymap'
        ;; that is a parent of `gnus-article-mode-map'.



reply via email to

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