]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/gnus/mm-decode.el (mm-convert-shr-links):
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 25 Jul 2016 23:46:58 +0000 (23:46 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 25 Jul 2016 23:46:58 +0000 (23:46 +0000)
Preserve key bindings that shr adds (bug#23964).

lisp/gnus/mm-decode.el

index c5039537285f71a17e77b505f678e9e92f70d9ef..4b3f10c2e191ceeb760766f706e4eb25d160717f 100644 (file)
@@ -1853,8 +1853,6 @@ If RECURSIVE, search recursively."
         :help-echo (get-text-property start 'help-echo)
         :keymap (setq keymap (copy-keymap shr-image-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'.