]> git.eshelyaron.com Git - emacs.git/commit
Use lexical-binding in hmac-md5.el and add tests
authorStefan Kangas <stefankangas@gmail.com>
Tue, 28 Apr 2020 15:35:12 +0000 (17:35 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 28 Apr 2020 16:14:28 +0000 (18:14 +0200)
commit1844bcf556b21de79a97000223dd95ba86fd1817
treece77da3e986b1cf88bb6d8b7bf89ccdfa2c0a05d
parenta0ee542d9e3ed345f62a5305cb966efebd70886e
Use lexical-binding in hmac-md5.el and add tests

* lisp/net/hmac-md5.el: Use lexical-binding.
* test/lisp/net/hmac-md5-tests.el: New file.
lisp/net/hmac-md5.el
test/lisp/net/hmac-md5-tests.el [new file with mode: 0644]