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).
This commit is contained in:
parent
9fc9988d4d
commit
5b734087b1
1 changed files with 0 additions and 2 deletions
|
@ -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'.
|
||||
|
|
Loading…
Add table
Reference in a new issue