aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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 bb8e2038d26..b6532b3b262 100644
--- a/lisp/gnus/mm-decode.el
+++ b/lisp/gnus/mm-decode.el
@@ -1910,8 +1910,6 @@ If RECURSIVE, search recursively."
1910 :help-echo (get-text-property start 'help-echo) 1910 :help-echo (get-text-property start 'help-echo)
1911 :keymap (setq keymap (copy-keymap shr-map)) 1911 :keymap (setq keymap (copy-keymap shr-map))
1912 (get-text-property start 'shr-url)) 1912 (get-text-property start 'shr-url))
1913 ;; Remove keymap that `shr-urlify' adds.
1914 (put-text-property start end 'keymap nil)
1915 ;; Mask keys that launch `widget-button-click'. 1913 ;; Mask keys that launch `widget-button-click'.
1916 ;; Those bindings are provided by `widget-keymap' 1914 ;; Those bindings are provided by `widget-keymap'
1917 ;; that is a parent of `gnus-article-mode-map'. 1915 ;; that is a parent of `gnus-article-mode-map'.