]> git.eshelyaron.com Git - emacs.git/commit
Use lexical-binding in netrc.el and add tests
authorStefan Kangas <stefan@marxist.se>
Wed, 28 Oct 2020 02:22:12 +0000 (03:22 +0100)
committerStefan Kangas <stefan@marxist.se>
Wed, 28 Oct 2020 02:24:18 +0000 (03:24 +0100)
commit039ffaf69f87b4b7664222f7649209bc22fc6309
tree53081c419514224ac8b61ca9e959c19b52fb3ee2
parent01d67bc8450a4c9f94667efd8698feb454a81d6e
Use lexical-binding in netrc.el and add tests

* lisp/net/netrc.el: Use lexical-binding.
(netrc-file): Remove redundant :group arg.
* test/lisp/net/netrc-resources/authinfo:
* test/lisp/net/netrc-resources/services:
* test/lisp/net/netrc-tests.el: New files.
lisp/net/netrc.el
test/lisp/net/netrc-resources/authinfo [new file with mode: 0644]
test/lisp/net/netrc-resources/services [new file with mode: 0644]
test/lisp/net/netrc-tests.el [new file with mode: 0644]