Change browse-url advice for older releases
authorAlex Schroeder <alex@gnu.org>
Fri, 2 Jul 2021 07:31:33 +0000 (09:31 +0200)
committerAlex Schroeder <alex@gnu.org>
Fri, 2 Jul 2021 07:35:37 +0000 (09:35 +0200)
commite3fca3512d458c4a78ef9b3d87b66e952f2b5f94
tree44efa782f8f2f849aa46515a683564dc072e45ac
parentf0e773b1f4a8cf25393d6e64bc6183d379f4eca6
Change browse-url advice for older releases

package does not offer browse-url-default-handlers, but if you set
The code used to advise browse-url-default-browser if your browse-url
browse-url-browser-function to something else, like eww-browse-url,
then that advice did not apply. The code now advises the function set
in the browse-url-browser-function variable, meaning that it should
advise the right function.

Also added a small doc string to the lambda used as advice.
elpher.el