Fix gnus-mime-display-alternative button natigation

* lisp/gnus/gnus-art.el (gnus-mime-display-alternative): Mark the
buttons correctly so that TAB can find them (bug#44690).
This commit is contained in:
Lars Ingebrigtsen 2020-11-16 23:16:39 +01:00
parent 7ab6213886
commit fd43ecd96e

View file

@ -6175,7 +6175,6 @@ If nil, don't show those extra buttons."
face ,gnus-article-button-face
follow-link t
gnus-part ,id
button t
article-type multipart
rear-nonsticky t))
;; Do the handles
@ -6200,6 +6199,7 @@ If nil, don't show those extra buttons."
follow-link t
gnus-part ,id
button t
category t
gnus-data ,handle
rear-nonsticky t))
(insert " "))