Treat the "Link" link in gnus-summary-browse-urls specially
commit5aa6a15e20f6e97febff45bb291fac59c11ec1ac
authorSam Steingold <sds@gnu.org>
Tue, 16 Jul 2019 21:23:27 +0000 (16 17:23 -0400)
committerSam Steingold <sds@gnu.org>
Tue, 16 Jul 2019 21:24:32 +0000 (16 17:24 -0400)
treea7a5d78f8776a36128c698419d83edfa30f9b530
parent585fb957399f21a93cbfabd182b76262466797e3
Treat the "Link" link in gnus-summary-browse-urls specially

* lisp/gnus/gnus-sum.el (gnus-collect-urls): Make sure that
the URL labeled "Link" is the first in the return list.
(gnus-summary-browse-url): Use the 1st URL as the default.
* lisp/wid-edit.el (widget-text): New function.
lisp/gnus/gnus-sum.el
lisp/wid-edit.el