]> git.eshelyaron.com Git - emacs.git/commit
Use lexical-binding in dig.el and add tests
authorStefan Kangas <stefankangas@gmail.com>
Sat, 25 Apr 2020 23:00:39 +0000 (01:00 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 25 Apr 2020 23:11:05 +0000 (01:11 +0200)
commit7b82650c60bd044c046601fc337c8a46b4fb853c
tree0c11be32408477af80bcd3c14787230e15571b7f
parent0e2cd5f5ab8e3e870fde7c70cbc75fdd2b405746
Use lexical-binding in dig.el and add tests

* lisp/net/dig.el: Use lexical-binding.
(dig-program, dig-dns-server, dig-font-lock-keywords): Remove
redundant :group args.
* test/lisp/net/dig-tests.el: New file.
lisp/net/dig.el
test/lisp/net/dig-tests.el [new file with mode: 0644]