]> git.eshelyaron.com Git - emacs.git/commit
Use lexical-binding in webjump.el and add tests
authorSimen Heggestøyl <simenheg@gmail.com>
Mon, 18 May 2020 15:54:05 +0000 (17:54 +0200)
committerSimen Heggestøyl <simenheg@gmail.com>
Mon, 18 May 2020 15:58:01 +0000 (17:58 +0200)
commitb2e2128745a00e06cb714bb3f47829f036a9caf9
tree5d38f1af82ea4542f42752f2722c019efad1290d
parentb1fe27d77db8f819641231ca46725f3eed0b4d9b
Use lexical-binding in webjump.el and add tests

* lisp/net/webjump.el: Use lexical-binding.
(webjump-read-url-choice): Remove redundant 'function' around lambda.

* test/lisp/net/webjump-tests.el: New file with tests for webjump.el.
lisp/net/webjump.el
test/lisp/net/webjump-tests.el [new file with mode: 0644]