aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatsumi Yamaoka2016-07-25 23:46:58 +0000
committerKatsumi Yamaoka2016-07-25 23:46:58 +0000
commit520522674e501f5a3517323b5751a04c58582c65 (patch)
tree1ab6b07d3260f133129457051fed780956a7e643
parent6dc6b0079ed3632ed9082bc79d8cb6fc96d33f43 (diff)
downloademacs-520522674e501f5a3517323b5751a04c58582c65.tar.gz
emacs-520522674e501f5a3517323b5751a04c58582c65.zip
* lisp/gnus/mm-decode.el (mm-convert-shr-links):
Preserve key bindings that shr adds (bug#23964).
-rw-r--r--lisp/gnus/mm-decode.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el
index c5039537285..4b3f10c2e19 100644
--- a/lisp/gnus/mm-decode.el
+++ b/lisp/gnus/mm-decode.el
@@ -1853,8 +1853,6 @@ If RECURSIVE, search recursively."
1853 :help-echo (get-text-property start 'help-echo) 1853 :help-echo (get-text-property start 'help-echo)
1854 :keymap (setq keymap (copy-keymap shr-image-map)) 1854 :keymap (setq keymap (copy-keymap shr-image-map))
1855 (get-text-property start 'shr-url)) 1855 (get-text-property start 'shr-url))
1856 ;; Remove keymap that `shr-urlify' adds.
1857 (put-text-property start end 'keymap nil)
1858 ;; Mask keys that launch `widget-button-click'. 1856 ;; Mask keys that launch `widget-button-click'.
1859 ;; Those bindings are provided by `widget-keymap' 1857 ;; Those bindings are provided by `widget-keymap'
1860 ;; that is a parent of `gnus-article-mode-map'. 1858 ;; that is a parent of `gnus-article-mode-map'.