diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2016-07-25 23:46:58 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2016-07-25 23:46:58 +0000 |
commit | 520522674e501f5a3517323b5751a04c58582c65 (patch) | |
tree | 1ab6b07d3260f133129457051fed780956a7e643 | |
parent | 6dc6b0079ed3632ed9082bc79d8cb6fc96d33f43 (diff) |
* lisp/gnus/mm-decode.el (mm-convert-shr-links):
Preserve key bindings that shr adds (bug#23964).
-rw-r--r-- | lisp/gnus/mm-decode.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el index c503953728..4b3f10c2e1 100644 --- a/lisp/gnus/mm-decode.el +++ b/lisp/gnus/mm-decode.el @@ -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'. |