Fix Gnus icalendar button navigation

* lisp/gnus/gnus-icalendar.el (gnus-icalendar-insert-button): Mark
buttons correctly for TAB navigation (bug#46135).
This commit is contained in:
Lars Ingebrigtsen 2021-01-28 06:21:40 +01:00
parent 9b01bc5682
commit e4c6670790

View file

@ -835,6 +835,7 @@ These will be used to retrieve the RSVP information from ical events."
keymap ,gnus-mime-button-map
face ,gnus-article-button-face
follow-link t
category t
button t
gnus-data ,data))))