]> git.eshelyaron.com Git - emacs.git/commit
Allow auth-source-netrc-parse to return all lines
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Aug 2022 14:09:48 +0000 (16:09 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Aug 2022 14:09:48 +0000 (16:09 +0200)
commit262f57842adabe7ec1447be93b2bc7f8bcdd53b9
treec4b72076e6a56a5df88c343972f79d9f9ca59300
parent0116c660c22eb8c13c0c6eddc8cf61db0c22ca7b
Allow auth-source-netrc-parse to return all lines

* lisp/auth-source.el (auth-source-netrc-parse): If host/user/port
is nil, don't require those to match.
lisp/auth-source.el