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:
parent
7ab6213886
commit
fd43ecd96e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 " "))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue