]> git.eshelyaron.com Git - emacs.git/commit
Allow opening buttonized URL with secondary browser in rcirc
authorTassilo Horn <tsdh@gnu.org>
Wed, 2 Jun 2021 21:02:45 +0000 (23:02 +0200)
committerTassilo Horn <tsdh@gnu.org>
Wed, 2 Jun 2021 21:04:51 +0000 (23:04 +0200)
commita488716961df851bdad767696003327ae5590394
treef7c07811f201795e8f2315b16153208af9f8c1a8
parent09081ca119c3debcc72159a46d3bafabfd7519bb
Allow opening buttonized URL with secondary browser in rcirc

* lisp/net/browse-url.el (browse-url-button-open-url): Add autoload
cookie.
* lisp/net/rcirc.el (rcirc-markup-urls): Use
`browse-url-button-open-url' instead of just `browse-url' in order to
be able to use the secondary browser by giving a prefix arg.
lisp/net/browse-url.el
lisp/net/rcirc.el