]> git.eshelyaron.com Git - emacs.git/commit
Don't have url-basic-auth bug out when called with an URL string
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 15 May 2019 05:34:35 +0000 (07:34 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 15 May 2019 05:34:35 +0000 (07:34 +0200)
commitceed3d7557a93ae1a231c65c08ac787a10b8bad7
tree7c4b60a6c69b60fbeb55e2a09941b0435b402e39
parent4f1df40db36b221e7842bd75d6281922dcb268ee
Don't have url-basic-auth bug out when called with an URL string

* lisp/url/url-auth.el (url-basic-auth): Pass the parsed URL
object to the prompting function instead of the parameter that's
possibly a string (bug#26708).  Passing url-basic-auth with a
string parameter would fail if passed a non-parsed URL.
lisp/url/url-auth.el