From: Lars Ingebrigtsen Date: Mon, 16 Nov 2020 22:16:39 +0000 (+0100) Subject: Fix gnus-mime-display-alternative button natigation X-Git-Tag: emacs-28.0.90~5131 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd43ecd96e5abff02101d4a7ed8507dd7b296542;p=emacs.git 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). --- diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 1efc1d6f7d9..8f4ca7eb3b9 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -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 " "))